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 9e03360..3768a3f 100644
--- a/kpilot/pilotDaemon.h
+++ b/kpilot/pilotDaemon.h
@@ -54,7 +54,7 @@ class KPilotDeviceLink;
class PilotDaemonTray : public KSystemTray
{
Q_OBJECT
- TQ_OBJECT
+
friend class PilotDaemon;
@@ -128,7 +128,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.
friend class PilotDaemonTray;