diff options
Diffstat (limited to 'klipper')
-rw-r--r-- | klipper/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klipper/main.cpp b/klipper/main.cpp index 6d0b5e9e2..4fc686f67 100644 --- a/klipper/main.cpp +++ b/klipper/main.cpp @@ -29,7 +29,7 @@ #include "toplevel.h" #include "version.h" -#if defined Q_WS_X11 +#if defined TQ_WS_X11 #include <qxembed.h> // schroder #endif @@ -51,7 +51,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char *argv[]) // Make Klipper conform to freedesktop system tray standard, see // http://bugs.kde.org/show_bug.cgi?id=69119 -#if defined Q_WS_X11 && ! defined K_WS_QTONLY +#if defined TQ_WS_X11 && ! defined K_WS_QTONLY QXEmbed::initialize(); #endif |