diff options
-rwxr-xr-x | qtinterface/tqt-replace | 2 | ||||
-rwxr-xr-x | qtinterface/tqt-replace-stream | 2 | ||||
-rwxr-xr-x | qtinterface/tqt-replace-stream.cmake | 2 | ||||
-rwxr-xr-x | qtinterface/tqt-replace.cmake | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qtinterface/tqt-replace b/qtinterface/tqt-replace index 260e38e..7289db1 100755 --- a/qtinterface/tqt-replace +++ b/qtinterface/tqt-replace @@ -17,7 +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" + sed -i 's/Qt::Orientation/Orientation/g' "$1" exit 0 fi 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 diff --git a/qtinterface/tqt-replace-stream.cmake b/qtinterface/tqt-replace-stream.cmake index 69b2dd5..9110a2e 100755 --- a/qtinterface/tqt-replace-stream.cmake +++ b/qtinterface/tqt-replace-stream.cmake @@ -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_VERSION == 4 ]]; then diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake index 07e1ca1..c081dce 100755 --- a/qtinterface/tqt-replace.cmake +++ b/qtinterface/tqt-replace.cmake @@ -17,7 +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" + sed -i 's/Qt::Orientation/Orientation/g' "$1" exit 0 fi |