summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace.cmake')
-rwxr-xr-xqtinterface/tqt-replace.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake
index 704826f..1542ce4 100755
--- a/qtinterface/tqt-replace.cmake
+++ b/qtinterface/tqt-replace.cmake
@@ -5,7 +5,8 @@ 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/[^_]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"