diff options
Diffstat (limited to 'tdecore/tdeapplication.cpp')
-rw-r--r-- | tdecore/tdeapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <tqstylefactory.h> #include <tqmetaobject.h> #include <tqimage.h> -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL #include <tqsqlpropertymap.h> #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; |