summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-30 23:26:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-30 23:26:07 +0000
commite5e5db14bf9a12b17fefe650fface82bb250aaec (patch)
tree04c3848e58635eaa773ef7d85a4ed24597be33dd /qtinterface/tqt-replace
parentf7c45454128a78405313e1ebb86ef5f597481ebe (diff)
downloadtqtinterface-e5e5db14bf9a12b17fefe650fface82bb250aaec.tar.gz
tqtinterface-e5e5db14bf9a12b17fefe650fface82bb250aaec.zip
* More TQt/Qt4 features
* Various compilation fixes for Slackware git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1170159 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqt-replace')
-rwxr-xr-xqtinterface/tqt-replace16
1 files changed, 8 insertions, 8 deletions
diff --git a/qtinterface/tqt-replace b/qtinterface/tqt-replace
index f7c4c5c..ed32a54 100755
--- a/qtinterface/tqt-replace
+++ b/qtinterface/tqt-replace
@@ -70,8 +70,8 @@ else
sed -i 's/TQShared/Q3Shared/g' "$1"
sed -i 's/TQColor/QColor/g' "$1"
sed -i 's/TQColorDialog/QColorDialog/g' "$1"
- sed -i 's/TQStrList/QStrList/g' "$1"
- sed -i 's/TQStringList/QStringList/g' "$1"
+# sed -i 's/TQStrList/QStrList/g' "$1"
+# sed -i 's/TQStringList/QStringList/g' "$1"
sed -i 's/TQStringPairList/Q3StringPairList/g' "$1"
sed -i 's/TQLineEdit/QLineEdit/g' "$1"
sed -i 's/TQValidator/QValidator/g' "$1"
@@ -394,12 +394,12 @@ else
sed -i 's/TQString/QString/g' "$1"
sed -i 's/TQCharRef/QCharRef/g' "$1"
sed -i 's/TQConstString/QConstString/g' "$1"
- sed -i 's/TQStringList/QStringList/g' "$1"
- sed -i 's/TQStrListIterator/Q3StrListIterator/g' "$1"
- sed -i 's/TQStrIList/Q3StrIList/g' "$1"
- sed -i 's/TQStrList/Q3StrList/g' "$1"
- sed -i 's/TQStrVec/QStrVec/g' "$1"
- sed -i 's/TQStrIVec/QStrIVec/g' "$1"
+# sed -i 's/TQStringList/QStringList/g' "$1"
+# sed -i 's/TQStrListIterator/Q3StrListIterator/g' "$1"
+# sed -i 's/TQStrIList/Q3StrIList/g' "$1"
+# sed -i 's/TQStrList/Q3StrList/g' "$1"
+# sed -i 's/TQStrVec/QStrVec/g' "$1"
+# sed -i 's/TQStrIVec/QStrIVec/g' "$1"
sed -i 's/TQStyleFactory/QStyleFactory/g' "$1"
sed -i 's/TQStyleOption/QStyleOption/g' "$1"
sed -i 's/TQStyle/QStyle/g' "$1"