diff options
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-x | qtinterface/tqt-replace-stream | 3 |
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 |