From dc60c953d272cb104936c9c056b3101975f52ea8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 19 Jan 2012 01:00:13 -0600 Subject: Fix FTBFS in certain packages due to incorrect tqApp mangling This partially resolves Bug 604 --- qtinterface/tqt-replace-stream | 1 + 1 file changed, 1 insertion(+) (limited to 'qtinterface/tqt-replace-stream') 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' | \ -- cgit v1.2.3