summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/lockeng.cpp')
-rw-r--r--kdesktop/lockeng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lockeng.cpp b/kdesktop/lockeng.cpp
index e22fc4c7a..e121daaa1 100644
--- a/kdesktop/lockeng.cpp
+++ b/kdesktop/lockeng.cpp
@@ -445,7 +445,7 @@ bool SaverEngine::isBlanked()
void SaverEngine::enableExports()
{
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
kdDebug(270) << k_lineinfo << "activating background exports.\n";
DCOPClient *client = kapp->dcopClient();
if (!client->isAttached()) {