summaryrefslogtreecommitdiffstats
path: root/kcminit
diff options
context:
space:
mode:
Diffstat (limited to 'kcminit')
-rw-r--r--kcminit/main.cpp2
-rw-r--r--kcminit/main.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcminit/main.cpp b/kcminit/main.cpp
index f1fbf8987..de62c9834 100644
--- a/kcminit/main.cpp
+++ b/kcminit/main.cpp
@@ -193,7 +193,7 @@ KCMInit::KCMInit( TDECmdLineArgs* args )
runModules( 0 );
kapp->dcopClient()->send( "ksplash", "", "upAndRunning(TQString)", TQString("kcminit"));
sendReady();
- TQTimer::singleShot( 300 * 1000, tqApp, TQT_SLOT( quit())); // just in case
+ TQTimer::singleShot( 300 * 1000, tqApp, TQ_SLOT( quit())); // just in case
tqApp->exec(); // wait for runPhase1() and runPhase2()
}
else
diff --git a/kcminit/main.h b/kcminit/main.h
index 9651a8516..5d0bb958a 100644
--- a/kcminit/main.h
+++ b/kcminit/main.h
@@ -27,7 +27,7 @@ class TDECmdLineArgs;
class KCMInit : public TQObject, public DCOPObject
{
- Q_OBJECT
+ TQ_OBJECT
K_DCOP
k_dcop:
void runPhase1();