summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-29 19:56:26 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-29 19:56:26 +0000
commit8e81621f38427742c4325e5b2022ad12fe612d41 (patch)
tree564b23e02d28479a9d563f90ce9d1d8edee5122c /qtinterface/tqt-replace-stream
parentc0a0dbb535084b971cdc88299d0949aaed4d8a1f (diff)
downloadtqtinterface-8e81621f38427742c4325e5b2022ad12fe612d41.tar.gz
tqtinterface-8e81621f38427742c4325e5b2022ad12fe612d41.zip
Fix TQt3-based FTBFS in a handful of modules
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1250203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-xqtinterface/tqt-replace-stream3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream
index 261146a..f017ed2 100755
--- a/qtinterface/tqt-replace-stream
+++ b/qtinterface/tqt-replace-stream
@@ -15,7 +15,8 @@ else
sed 's/TQ_ENUMS/Q_ENUMS/g' | \
sed 's/TQ_SETS/Q_SETS/g' | \
sed 's/TQ_OVERRIDE/Q_OVERRIDE/g' | \
- sed 's/TQ_CLASSINFO/Q_CLASSINFO/g'
+ sed 's/TQ_CLASSINFO/Q_CLASSINFO/g' | \
+ sed 's/Qt::Orientation::Orientation/g'
fi
if [[ $QT_VER == 4 ]]; then