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 07c5b0d7..54848104 100644
--- a/kpercentage/kpercentage/ksplashscreen.cpp
+++ b/kpercentage/kpercentage/ksplashscreen.cpp
@@ -39,7 +39,7 @@ KSplashScreen::KSplashScreen( KPercentage *percentage, const char *name ) :
/* load the background pixmap */
TQPixmap bgp( locate( "data", "kpercentage/pics/splash.png" ) );
/* wait some time and start the main window */
- TQCanvas *canvas = new TQCanvas( TQT_TQOBJECT(this) );
+ TQCanvas *canvas = new TQCanvas( this );
canvas->resize( 400, 300 );
/* set the background pixmap */
canvas->setBackgroundPixmap( bgp );