diff options
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray_app.h')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray_app.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray_app.h b/kcontrol/hwmanager/hwdevicetray_app.h index fae4d6cd9..b4e03973f 100644 --- a/kcontrol/hwmanager/hwdevicetray_app.h +++ b/kcontrol/hwmanager/hwdevicetray_app.h @@ -21,13 +21,13 @@ #define TDEHWDEVICEAPP_H #include <tqtimer.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> class HwDeviceSystemTray; -class HwDeviceApp : public KUniqueApplication +class HwDeviceApp : public TDEUniqueApplication { - Q_OBJECT + TQ_OBJECT public: HwDeviceApp(); |