summaryrefslogtreecommitdiffstats
path: root/tdeinit/tdelauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeinit/tdelauncher.h')
-rw-r--r--tdeinit/tdelauncher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeinit/tdelauncher.h b/tdeinit/tdelauncher.h
index aee6641b2..0f3a1c5c2 100644
--- a/tdeinit/tdelauncher.h
+++ b/tdeinit/tdelauncher.h
@@ -89,7 +89,7 @@ public:
KService::DCOPServiceType_t dcop_service_type;
bool autoStart;
TQString errorMsg;
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
TQCString startup_id; // "" is the default, "0" for none
TQCString startup_dpy; // Display to send startup notification to.
#endif
@@ -193,7 +193,7 @@ protected:
TQCString mSlaveValgrindSkin;
bool dontBlockReading;
bool newStartup;
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
Display *mCached_dpy;
#endif
};