summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-xqtinterface/tqt-replace-stream3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream
index 68c8a22..bcf608d 100755
--- a/qtinterface/tqt-replace-stream
+++ b/qtinterface/tqt-replace-stream
@@ -7,7 +7,8 @@ else
if [[ $QT_VER == 3 ]]; then
cat $1 | \
sed 's/TQ\([^T]\)/Q\1/g' | \
- sed 's/TQT\([^_]\)/QT\1/g'
+ sed 's/TQT\([^_]\)/QT\1/g' | \
+ sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g'
fi
if [[ $QT_VER == 4 ]]; then