Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
qt3-devel-doc
fix-xinput-clash.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-xinput-clash.diff of Package qt3-devel-doc
--- src/kernel/qtaddons_x11.cpp +++ src/kernel/qtaddons_x11.cpp @@ -22,6 +22,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifndef QT_CLEAN_NAMESPACE +#define QT_CLEAN_NAMESPACE +#endif + #include "qt_x11_p.h" #if !defined(QT_NO_XFTFREETYPE) && !defined(QT_XFT2) --- src/kernel/qt_x11_p.h +++ 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 (QT_CLEAN_NAMESPACE) # include <X11/extensions/XInput.h> #if defined (Q_OS_IRIX) # include <wacom.h> // wacom driver defines for IRIX (quite handy) --- src/kernel/qwidget_x11.cpp +++ src/kernel/qwidget_x11.cpp @@ -38,6 +38,10 @@ ** **********************************************************************/ +#ifndef QT_CLEAN_NAMESPACE +#define QT_CLEAN_NAMESPACE +#endif + #include "qapplication.h" #include "qapplication_p.h" #include "qnamespace.h"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor