From 236600854b301d873c6058748e8e65c401daebcc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:36 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- kommander/editor/mainwindowactions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kommander/editor') 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 #include -- cgit v1.2.1