diff options
Diffstat (limited to 'knetworkmanager-0.8/src/devicetraycomponent.h')
-rw-r--r-- | knetworkmanager-0.8/src/devicetraycomponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkmanager-0.8/src/devicetraycomponent.h b/knetworkmanager-0.8/src/devicetraycomponent.h index fb1d4c2..729076f 100644 --- a/knetworkmanager-0.8/src/devicetraycomponent.h +++ b/knetworkmanager-0.8/src/devicetraycomponent.h @@ -37,7 +37,7 @@ class KSystemTray; class DeviceTrayComponent : public TrayComponent { Q_OBJECT - TQ_OBJECT + public: DeviceTrayComponent(Device * device, KSystemTray * parent, const char * name ); virtual ~DeviceTrayComponent(); |