diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:46:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:46:36 +0900 |
commit | 236600854b301d873c6058748e8e65c401daebcc (patch) | |
tree | a838e82f69fc354dcf027dd7c921b1dd39067591 /kommander/editor | |
parent | c0e38be13decd5207d4d9a0a96484992d12f272b (diff) | |
download | tdewebdev-236600854b301d873c6058748e8e65c401daebcc.tar.gz tdewebdev-236600854b301d873c6058748e8e65c401daebcc.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/mainwindowactions.cpp | 4 |
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> |