From 61b822ba3df2315351e6dc70820eb2212fdc8927 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 10 Sep 2005 15:39:39 +0000 Subject: [PATCH] Remove "QT_VERSION <3.x" svn path=/trunk/KDE/kdebase/workspace/; revision=459329 --- workspace.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index eed225c0eb..641ecba08f 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -194,9 +194,7 @@ Workspace::Workspace( bool restore ) init(); -#if (QT_VERSION-0 >= 0x030200) // XRANDR support 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 if (options->useTranslucency)