summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-stream.cmake')
-rwxr-xr-xqtinterface/tqt-replace-stream.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream.cmake b/qtinterface/tqt-replace-stream.cmake
index 84c1083..69b2dd5 100755
--- a/qtinterface/tqt-replace-stream.cmake
+++ b/qtinterface/tqt-replace-stream.cmake
@@ -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_VERSION == 4 ]]; then