diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 04:48:13 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 04:48:13 +0000 |
commit | cf33678fec442e40238624ac450f17d1ce7e2317 (patch) | |
tree | bc5492f95a7ef279a52a1b2dd2a67a9298dfb804 | |
parent | d8ed9b81b2f2673da465789217feefa3a7594601 (diff) | |
download | gtk-qt-engine-cf33678fec442e40238624ac450f17d1ce7e2317.tar.gz gtk-qt-engine-cf33678fec442e40238624ac450f17d1ce7e2317.zip |
Fix FTBFS on Ubuntu Maverick
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1172006 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/qt_qt_wrapper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index f520d18..6ca87fb 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -15,6 +15,8 @@ #include <qapplication.h> #include <qdir.h> #include <qregexp.h> + +#undef signals #include <gdk/gdkx.h> #include <cstdlib> |