summaryrefslogtreecommitdiffstats
path: root/kinit/klauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kinit/klauncher.h')
-rw-r--r--kinit/klauncher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kinit/klauncher.h b/kinit/klauncher.h
index c34a48150..e681939e1 100644
--- a/kinit/klauncher.h
+++ b/kinit/klauncher.h
@@ -39,7 +39,7 @@
#include "autostart.h"
-class IdleSlave : public TQObject
+class IdleSlave : public QObject
{
Q_OBJECT
public:
@@ -168,7 +168,7 @@ public slots:
void slotDequeue();
void slotKDEInitData(int);
void slotAppRegistered(const TQCString &appId);
- void slotSlavetqStatus(IdleSlave *);
+ void slotSlaveStatus(IdleSlave *);
void acceptSlave( KSocket *);
void slotSlaveGone();
void idleTimeout();