summaryrefslogtreecommitdiffstats
path: root/src/widgets/qsplashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qsplashscreen.cpp')
-rw-r--r--src/widgets/qsplashscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qsplashscreen.cpp b/src/widgets/qsplashscreen.cpp
index a62fe7458..6468a2508 100644
--- a/src/widgets/qsplashscreen.cpp
+++ b/src/widgets/qsplashscreen.cpp
@@ -213,7 +213,7 @@ void TQSplashScreen::clear()
void TQSplashScreen::finish( TQWidget *mainWin )
{
if ( mainWin ) {
-#if defined(Q_WS_X11)
+#if defined(TQ_WS_X11)
extern void tqt_wait_for_window_manager( TQWidget *mainWin );
tqt_wait_for_window_manager( mainWin );
#endif