summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-xqtinterface/tqt-replace-stream16
1 files changed, 8 insertions, 8 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream
index 9177069..68c8a22 100755
--- a/qtinterface/tqt-replace-stream
+++ b/qtinterface/tqt-replace-stream
@@ -71,8 +71,8 @@ else
sed 's/TQShared/Q3Shared/g' | \
sed 's/TQColor/QColor/g' | \
sed 's/TQColorDialog/QColorDialog/g' | \
- sed 's/TQStrList/QStrList/g' | \
- sed 's/TQStringList/QStringList/g' | \
+# sed 's/TQStrList/QStrList/g' | \
+# sed 's/TQStringList/QStringList/g' | \
sed 's/TQStringPairList/Q3StringPairList/g' | \
sed 's/TQLineEdit/QLineEdit/g' | \
sed 's/TQValidator/QValidator/g' | \
@@ -395,12 +395,12 @@ else
sed 's/TQString/QString/g' | \
sed 's/TQCharRef/QCharRef/g' | \
sed 's/TQConstString/QConstString/g' | \
- sed 's/TQStringList/QStringList/g' | \
- sed 's/TQStrListIterator/Q3StrListIterator/g' | \
- sed 's/TQStrIList/Q3StrIList/g' | \
- sed 's/TQStrList/Q3StrList/g' | \
- sed 's/TQStrVec/QStrVec/g' | \
- sed 's/TQStrIVec/QStrIVec/g' | \
+# sed 's/TQStringList/QStringList/g' | \
+# sed 's/TQStrListIterator/Q3StrListIterator/g' | \
+# sed 's/TQStrIList/Q3StrIList/g' | \
+# sed 's/TQStrList/Q3StrList/g' | \
+# sed 's/TQStrVec/QStrVec/g' | \
+# sed 's/TQStrIVec/QStrIVec/g' | \
sed 's/TQStyleFactory/QStyleFactory/g' | \
sed 's/TQStyleOption/QStyleOption/g' | \
sed 's/TQStyle/QStyle/g' | \