From 2e0398f755ab6af9557cc805e4f484bbf0c150f6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:33 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- tdecore/tdeapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tdeapplication.cpp') diff --git a/tdecore/tdeapplication.cpp b/tdecore/tdeapplication.cpp index cae6b708d..fbc986de2 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -64,7 +64,7 @@ #include #include #include -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL #include #endif @@ -2610,7 +2610,7 @@ void TDEApplication::propagateSettings(SettingsCategory arg) void TDEApplication::installKDEPropertyMap() { -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL static bool installed = false; if (installed) return; installed = true; -- cgit v1.2.3