changeset 31 | a0ea99b6fa53 |
parent 29 | 48ae3789ce00 |
child 40 | 997690c3397a |
child 42 | b72428996822 |
--- a/bluetoothengine/btui/btuidelegate/btdelegatepower.h Wed May 05 09:56:48 2010 +0300 +++ b/bluetoothengine/btui/btuidelegate/btdelegatepower.h Mon May 17 11:06:23 2010 +0300 @@ -36,7 +36,9 @@ Q_OBJECT public: - explicit BtDelegatePower( BtuiModel& model, QObject *parent = 0 ); + explicit BtDelegatePower( + BtSettingModel* settingModel, + BtDeviceModel* deviceModel, QObject *parent = 0 ); virtual ~BtDelegatePower();