summaryrefslogtreecommitdiffstats
path: root/kommander/editor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:36 +0900
commit236600854b301d873c6058748e8e65c401daebcc (patch)
treea838e82f69fc354dcf027dd7c921b1dd39067591 /kommander/editor
parentc0e38be13decd5207d4d9a0a96484992d12f272b (diff)
downloadtdewebdev-236600854b301d873c6058748e8e65c401daebcc.tar.gz
tdewebdev-236600854b301d873c6058748e8e65c401daebcc.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/editor')
-rw-r--r--kommander/editor/mainwindowactions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index 36270590..0c9d4643 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -19,9 +19,9 @@
#include "mainwindow.h"
-#ifdef QT_NO_SQL
+#ifdef TQT_NO_SQL
#define TQT_NO_SQL
-#endif // QT_NO_SQL
+#endif // TQT_NO_SQL
#include <tqapplication.h>
#include <tqclipboard.h>