summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tqt3/fix-xinput-clash.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/tqt3/fix-xinput-clash.diff')
-rw-r--r--opensuse/core/tqt3/fix-xinput-clash.diff43
1 files changed, 43 insertions, 0 deletions
diff --git a/opensuse/core/tqt3/fix-xinput-clash.diff b/opensuse/core/tqt3/fix-xinput-clash.diff
new file mode 100644
index 000000000..0efdb5d7e
--- /dev/null
+++ b/opensuse/core/tqt3/fix-xinput-clash.diff
@@ -0,0 +1,43 @@
+Index: src/kernel/qtaddons_x11.cpp
+===================================================================
+--- src/kernel/qtaddons_x11.cpp.orig
++++ src/kernel/qtaddons_x11.cpp
+@@ -22,6 +22,10 @@
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
++#ifndef TQT_CLEAN_NAMESPACE
++#define TQT_CLEAN_NAMESPACE
++#endif
++
+ #include "qt_x11_p.h"
+
+ #if !defined(QT_NO_XFTFREETYPE) && !defined(QT_XFT2)
+Index: src/kernel/qt_x11_p.h
+===================================================================
+--- src/kernel/qt_x11_p.h.orig
++++ src/kernel/qt_x11_p.h
+@@ -86,7 +86,7 @@
+
+
+ // the wacom tablet (currently just the IRIX version)
+-#if defined (QT_TABLET_SUPPORT)
++#if defined (QT_TABLET_SUPPORT) && defined (TQT_CLEAN_NAMESPACE)
+ # include <X11/extensions/XInput.h>
+ #if defined (Q_OS_IRIX)
+ # include <wacom.h> // wacom driver defines for IRIX (quite handy)
+Index: src/kernel/qwidget_x11.cpp
+===================================================================
+--- src/kernel/qwidget_x11.cpp.orig
++++ src/kernel/qwidget_x11.cpp
+@@ -38,6 +38,10 @@
+ **
+ **********************************************************************/
+
++#ifndef TQT_CLEAN_NAMESPACE
++#define TQT_CLEAN_NAMESPACE
++#endif
++
+ #include "ntqapplication.h"
+ #include "qapplication_p.h"
+ #include "ntqnamespace.h"