Remove "QT_VERSION <3.x"

svn path=/trunk/KDE/kdebase/workspace/; revision=459329
This commit is contained in:
Laurent Montel 2005-09-10 15:39:39 +00:00
parent bc59375fa3
commit 61b822ba3d

View file

@ -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)