From 533b788dfa47cd9b59d731e40682894a27a85a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Sun, 25 May 2003 16:39:42 +0000 Subject: [PATCH] Enabled the XRANDR support conditional on Qt >= 3.2. svn path=/trunk/kdebase/kcontrol/; revision=227805 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index ecf17af374..e457592255 100644 --- a/main.cpp +++ b/main.cpp @@ -137,7 +137,7 @@ Application::Application( ) syncX(); // trigger possible errors, there's still a chance to abort -#ifdef XRANDR_SUPPORT +#if (QT_VERSION-0 >= 0x030200) // XRANDR support connect( desktop(), SIGNAL( resized( int )), ws, SLOT( desktopResized())); #endif