From 8e81621f38427742c4325e5b2022ad12fe612d41 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 29 Aug 2011 19:56:26 +0000 Subject: 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 --- qtinterface/tqt-replace-stream | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtinterface/tqt-replace-stream') 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 -- cgit v1.2.1