diff options
Diffstat (limited to 'tdecmshell')
-rw-r--r-- | tdecmshell/main.cpp | 2 |
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 } |