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

Petr Mladek pmladek at kemper.freedesktop.org
Tue Nov 1 05:41:03 PDT 2011


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

New commits:
commit 9f55aac9e3e8f96249d23d392c553afe56f6411d
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>
    Signed-off-by: Tomáš Chvátal <scarabeus at gentoo.org>
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

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