diff options
Diffstat (limited to 'qtinterface/tqt-replace.cmake')
-rwxr-xr-x | qtinterface/tqt-replace.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake index 3c5cb2a..704826f 100755 --- a/qtinterface/tqt-replace.cmake +++ b/qtinterface/tqt-replace.cmake @@ -5,7 +5,7 @@ if [[ $1 == "" ]]; then echo "Usage: tqt-replace <input_file>" else if [[ $QT_VERSION == 3 ]]; then - sed -i 's/TQ\([^T]\)/Q\1/g' "$1" + sed -i 's/TQ\([^T_]\)/Q\1/g' "$1" sed -i 's/TQT\([^_]\)/QT\1/g' "$1" sed -i 's/Q_SLOTS>/slots>/g' "$1" sed -i 's/Q_SIGNALS>/signals>/g' "$1" |