Enabled the XRANDR support conditional on Qt >= 3.2.
svn path=/trunk/kdebase/kcontrol/; revision=227805
This commit is contained in:
parent
cae8f9da18
commit
533b788dfa
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue