summaryrefslogtreecommitdiffstats
path: root/ktouch/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/main.cpp')
-rw-r--r--ktouch/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp
index a5159ad1..6fc244ba 100644
--- a/ktouch/src/main.cpp
+++ b/ktouch/src/main.cpp
@@ -60,8 +60,8 @@ int main(int argc, char **argv)
KTouchSplash splash; // create the splash screen
splash.setHideEnabled( true ); // allow user to click the splash screen away
splash.show(); // show it
- QTimer splashTimer;
- splashTimer.connect(&splashTimer, SIGNAL(timeout()), &splash, SLOT(hide()));
+ TQTimer splashTimer;
+ splashTimer.connect(&splashTimer, TQT_SIGNAL(timeout()), &splash, TQT_SLOT(hide()));
splashTimer.start(2000, true); // start singleshot timer to hide the splashscreen
*/