[Libreoffice-commits] .: vcl/unx

Lubos Lunak llunak at kemper.freedesktop.org
Tue Nov 1 08:20:26 PDT 2011


 vcl/unx/kde4/KDEXLib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18a22145c62efc6b75b74803c4a17a5ebd64d037
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Nov 1 16:19:25 2011 +0100

    let's see if better eventloop integr. makes it into Qt4.9, if any
    
    https://bugreports.qt.nokia.com//browse/QTBUG-16934

diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index a5804b3..56150cf 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


More information about the Libreoffice-commits mailing list