Changeset 6048 for branches/qt-gui_qt4/src/helpers/support.cpp
- Timestamp:
- 01/15/08 07:13:45 (10 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/helpers/support.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/helpers/support.cpp
r5901 r6048 25 25 26 26 #if defined(USE_KDE) 27 #include < kwin.h>27 #include <KDE/KWindowSystem> 28 28 #endif 29 29 … … 49 49 50 50 #if defined(USE_KDE) 51 KWin ::setOnAllDesktops(win, stick);51 KWindowSystem::setOnAllDesktops(win, stick); 52 52 #elif defined(Q_WS_X11) 53 53
