summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r--src/common/global/about.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp
index 33bfae9..ffda7db 100644
--- a/src/common/global/about.cpp
+++ b/src/common/global/about.cpp
@@ -8,7 +8,7 @@
***************************************************************************/
#include "about.h"
-#if defined(Q_WS_WIN)
+#if defined(TQ_WS_WIN)
# define SVN_REVISION "windows"
#else
# include "svn_revision/svn_revision.h"
@@ -59,10 +59,10 @@ void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmd
KCmdLineArgs::init(argc, argv, about);
KCmdLineArgs::addCmdLineOptions(options);
#if defined(NO_KDE)
-# if QT_VERSION<0x040000
- (void)new QApplication(argc, argv, QApplication::Tty);
+# if [[[TQT_VERSION IS DEPRECATED]]]<0x040000
+ (void)new TQApplication(argc, argv, TQApplication::Tty);
# else
- (void)new QCoreApplication(argc, argv);
+ (void)new TQCoreApplication(argc, argv);
# endif
#else
(void)new KApplication(gui, gui);