summaryrefslogtreecommitdiffstats
path: root/tdecmshell/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecmshell/main.cpp')
-rw-r--r--tdecmshell/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecmshell/main.cpp b/tdecmshell/main.cpp
index c6d047cc8..b62c9df23 100644
--- a/tdecmshell/main.cpp
+++ b/tdecmshell/main.cpp
@@ -191,7 +191,7 @@ static void setIcon(TQWidget *w, const TQString &iconName)
TQPixmap icon = DesktopIcon(iconName);
TQPixmap miniIcon = SmallIcon(iconName);
w->setIcon( icon ); //standard X11
-#if defined Q_WS_X11 && ! defined K_WS_QTONLY
+#if defined TQ_WS_X11 && ! defined K_WS_QTONLY
KWin::setIcons(w->winId(), icon, miniIcon );
#endif
}