summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_splashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_splashscreen.cpp')
-rw-r--r--ksquirrel/sq_splashscreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/sq_splashscreen.cpp b/ksquirrel/sq_splashscreen.cpp
index fc02b7f..9b9b0b0 100644
--- a/ksquirrel/sq_splashscreen.cpp
+++ b/ksquirrel/sq_splashscreen.cpp
@@ -48,8 +48,8 @@
SQ_SplashScreen * SQ_SplashScreen::m_inst = 0;
-SQ_SplashScreen::SQ_SplashScreen(TQWidget * tqparent, const char *name)
- : TQWidget(tqparent, name,
+SQ_SplashScreen::SQ_SplashScreen(TQWidget * parent, const char *name)
+ : TQWidget(parent, name,
TQt::WStyle_Customize |
TQt::WStyle_NoBorder |
TQt::WStyle_StaysOnTop |