summaryrefslogtreecommitdiffstats
path: root/kpilot/pilotDaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/pilotDaemon.h')
-rw-r--r--kpilot/pilotDaemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/pilotDaemon.h b/kpilot/pilotDaemon.h
index 4929fb5..a8896f9 100644
--- a/kpilot/pilotDaemon.h
+++ b/kpilot/pilotDaemon.h
@@ -53,7 +53,7 @@ class KPilotDeviceLink;
class PilotDaemonTray : public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
friend class PilotDaemon;
@@ -127,7 +127,7 @@ private:
class PilotDaemon : public TQObject, virtual public PilotDaemonDCOP
{
- Q_OBJECT
+ TQ_OBJECT
// The tray must be our friend so that we can let it stop the daemon.