diff options
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-x | qtinterface/tqt-replace-stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream index f017ed2..b105334 100755 --- a/qtinterface/tqt-replace-stream +++ b/qtinterface/tqt-replace-stream @@ -16,7 +16,7 @@ else sed 's/TQ_SETS/Q_SETS/g' | \ sed 's/TQ_OVERRIDE/Q_OVERRIDE/g' | \ sed 's/TQ_CLASSINFO/Q_CLASSINFO/g' | \ - sed 's/Qt::Orientation::Orientation/g' + sed 's/Qt::Orientation/Orientation/g' fi if [[ $QT_VER == 4 ]]; then |