summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-19 01:00:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-19 01:00:13 -0600
commitdc60c953d272cb104936c9c056b3101975f52ea8 (patch)
tree140fe389f102c9521e3dc6834ac4f7573300133d /qtinterface/tqt-replace-stream
parent458e74a6c9ad16499ab16ca4b0863bf03c4a78e4 (diff)
downloadtqtinterface-dc60c953d272cb104936c9c056b3101975f52ea8.tar.gz
tqtinterface-dc60c953d272cb104936c9c056b3101975f52ea8.zip
Fix FTBFS in certain packages due to incorrect tqApp mangling
This partially resolves Bug 604
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-xqtinterface/tqt-replace-stream1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream
index 418715f..4cda1ca 100755
--- a/qtinterface/tqt-replace-stream
+++ b/qtinterface/tqt-replace-stream
@@ -10,6 +10,7 @@ else
sed 's/\([^_]\)TQ\([^T_]\)/\1Q\2/g' | \
sed 's/TQT\([^_]\)/QT\1/g' | \
sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g' | \
+ sed 's/tqApp/qApp/g' | \
sed 's/\([ \t]\)tq\([^:(_)\t ]\)/\1\2/g' | \
sed 's/TQ_PROPERTY/Q_PROPERTY/g' | \
sed 's/TQ_ENUMS/Q_ENUMS/g' | \