summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-01 16:19:25 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-01 16:20:18 +0100
commit18a22145c62efc6b75b74803c4a17a5ebd64d037 (patch)
tree8e1017083f95c7958bdf7aa521e81f498feef3bb /vcl/unx/kde4
parent70c659f4da5ca10bb36a38e6d1494efe57e09260 (diff)
let's see if better eventloop integr. makes it into Qt4.9, if any
https://bugreports.qt.nokia.com//browse/QTBUG-16934
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index a5804b39b5e4..56150cf93105 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -57,7 +57,7 @@
#include <stdio.h>
-#if QT_VERSION >= QT_VERSION_CHECK( 4, 8, 1 )
+#if QT_VERSION >= QT_VERSION_CHECK( 4, 9, 0 )
#define QT_UNIX_EVENT_LOOP_SUPPORT
#ifdef KDE_HAVE_GLIB
#define GLIB_EVENT_LOOP_SUPPORT