summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace')
-rwxr-xr-xqtinterface/tqt-replace1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtinterface/tqt-replace b/qtinterface/tqt-replace
index 914732f..260e38e 100755
--- a/qtinterface/tqt-replace
+++ b/qtinterface/tqt-replace
@@ -17,6 +17,7 @@ else
sed -i 's/TQ_SETS/Q_SETS/g' "$1"
sed -i 's/TQ_OVERRIDE/Q_OVERRIDE/g' "$1"
sed -i 's/TQ_CLASSINFO/Q_CLASSINFO/g' "$1"
+ sed -i 's/Qt::Orientation::Orientation/g' "$1"
exit 0
fi