[Libreoffice-commits] .: Branch 'libreoffice-3-4' - vcl/unx

Thorsten Behrens thorsten at kemper.freedesktop.org
Tue Nov 1 01:32:55 PDT 2011


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

New commits:
commit 2de499d6cf758ae2172a4c13ee05da83f1695c08
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jul 22 08:04:07 2011 +0200

    this is definitely not present in Qt 4.8.0 beta1
    
    Signed-off-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index ca435c8..5e03033 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, 0 )
+#if QT_VERSION >= QT_VERSION_CHECK( 4, 8, 1 )
 #define QT_UNIX_EVENT_LOOP_SUPPORT
 #ifdef KDE_HAVE_GLIB
 #define GLIB_EVENT_LOOP_SUPPORT


More information about the Libreoffice-commits mailing list