Enabled the XRANDR support conditional on Qt >= 3.2.

svn path=/trunk/kdebase/kcontrol/; revision=227805
icc-effect-5.14.5
Fredrik Höglund 2003-05-25 16:39:42 +00:00
parent cae8f9da18
commit 533b788dfa
1 changed files with 1 additions and 1 deletions

View File

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