Remove "QT_VERSION <3.x"
svn path=/trunk/KDE/kdebase/workspace/; revision=459329
This commit is contained in:
parent
bc59375fa3
commit
61b822ba3d
1 changed files with 0 additions and 2 deletions
|
@ -194,9 +194,7 @@ Workspace::Workspace( bool restore )
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
||||||
#if (QT_VERSION-0 >= 0x030200) // XRANDR support
|
|
||||||
connect( kapp->desktop(), SIGNAL( resized( int )), SLOT( desktopResized()));
|
connect( kapp->desktop(), SIGNAL( resized( int )), SLOT( desktopResized()));
|
||||||
#endif
|
|
||||||
|
|
||||||
// start kompmgr - i wanted to put this into main.cpp, but that would prevent dcop support, as long as Application was no dcop_object
|
// start kompmgr - i wanted to put this into main.cpp, but that would prevent dcop support, as long as Application was no dcop_object
|
||||||
if (options->useTranslucency)
|
if (options->useTranslucency)
|
||||||
|
|
Loading…
Reference in a new issue