summaryrefslogtreecommitdiffstats
path: root/kpercentage/kpercentage/ksplashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage/kpercentage/ksplashscreen.cpp')
-rw-r--r--kpercentage/kpercentage/ksplashscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpercentage/kpercentage/ksplashscreen.cpp b/kpercentage/kpercentage/ksplashscreen.cpp
index 54848104..a97c85e2 100644
--- a/kpercentage/kpercentage/ksplashscreen.cpp
+++ b/kpercentage/kpercentage/ksplashscreen.cpp
@@ -55,7 +55,7 @@ KSplashScreen::KSplashScreen( KPercentage *percentage, const char *name ) :
view->setHScrollBarMode( TQCanvasView::AlwaysOff );
view->setFrameStyle( TQCanvasView::NoFrame );
view->show();
- TQTimer::singleShot( 2000, this, TQT_SLOT( showPercentage() ) );
+ TQTimer::singleShot( 2000, this, TQ_SLOT( showPercentage() ) );
}
/* show the main window and close the splah window */