[Libreoffice-commits] .: vcl/unx

David Tardon dtardon at kemper.freedesktop.org
Thu Jul 21 23:18:55 PDT 2011


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

New commits:
commit 887b8ed0655fb59f9208058e811e5373b3928c2c
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

diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 73021f4..357d1dc 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