summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqsplashscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqsplashscreen.h')
-rw-r--r--src/widgets/ntqsplashscreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqsplashscreen.h b/src/widgets/ntqsplashscreen.h
index a369ffc5e..131ab1aa1 100644
--- a/src/widgets/ntqsplashscreen.h
+++ b/src/widgets/ntqsplashscreen.h
@@ -44,7 +44,7 @@
#include "ntqwidget.h"
#endif // QT_H
-#ifndef QT_NO_SPLASHSCREEN
+#ifndef TQT_NO_SPLASHSCREEN
class TQSplashScreenPrivate;
class Q_EXPORT TQSplashScreen : public TQWidget
@@ -76,5 +76,5 @@ private:
TQSplashScreenPrivate *d;
};
-#endif //QT_NO_SPLASHSCREEN
+#endif //TQT_NO_SPLASHSCREEN
#endif