diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-07 13:02:31 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-07 13:02:31 +0200 |
commit | 270e590e7ecdaa02d18d563b625d74604c328c0f (patch) | |
tree | df949ce7f4e159c9a20e2e6d08a4f32d5f19c37f /redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch | |
parent | 9114dd52f695fc2a1d139624472c43cac0bb4617 (diff) | |
parent | 66558bf7ba6bd4c25d1ebb13f233ea61bb9e0252 (diff) | |
download | tde-packaging-270e590e7ecdaa02d18d563b625d74604c328c0f.tar.gz tde-packaging-270e590e7ecdaa02d18d563b625d74604c328c0f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch')
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch b/redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch new file mode 100644 index 000000000..7716f3597 --- /dev/null +++ b/redhat/dependencies/python-tqt/python-tqt-14.0.0-ftbfs.patch @@ -0,0 +1,11 @@ +--- trinity-python-tqt-14.0.0~pre36+d3f27c3e/sip/qt/qobject.sip.ORI 2013-07-03 20:23:06.054830311 +0200 ++++ trinity-python-tqt-14.0.0~pre36+d3f27c3e/sip/qt/qobject.sip 2013-07-03 20:23:14.833911835 +0200 +@@ -2196,7 +2196,7 @@ + // See if it is a TQt signal. + if (*sig == '2') + { +- pyqt3TQtSignal *tab; ++ pyqt3QtSignal *tab; + + // Search the table. + for (tab = ((pyqt3ClassTypeDef *)((sipWrapperType *)(self->ob_type))->type)->qt3_emit; tab->st_name != NULL; ++tab) |