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