summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 21:07:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 21:07:06 -0600
commit6555c26d81d07f564a69105213a4aaa94e3135df (patch)
treeedcaeb8884363603c2ab4aa6cb3a165a0a598fcd
parent0f638a4a92e434651b661781f7adf451a3cbedfd (diff)
downloadexperimental-6555c26d81d07f564a69105213a4aaa94e3135df.tar.gz
experimental-6555c26d81d07f564a69105213a4aaa94e3135df.zip
Update conversion scripts again
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch26
1 files changed, 2 insertions, 4 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch2 b/qt3-tqt3/convert_qt_itself_qt3_batch2
index 37a03bd..5a315fd 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch2
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch2
@@ -8,10 +8,8 @@ find ./ -type f -iname "*" -exec sed -i 's/Q_INT64_C/TQ_INT64_C/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Q_UINT64_C/TQ_UINT64_C/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Q_CHECK_PTR/TQ_CHECK_PTR/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Q_DISABLE_COPY/TQ_DISABLE_COPY/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/QT_MODULE_NETWORK/TQT_MODULE_NETWORK/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/QT_MODULE_OPENGL/TQT_MODULE_OPENGL/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/QT_MODULE_SQL/TQT_MODULE_SQL/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/QT_MODULE_XML/TQT_MODULE_XML/g' {} \;
+find ./ -type f -iname "*" -exec sed -i 's/QT_MODULE_/TQT_MODULE_/g' {} \;
+find ./ -type f -iname "*" -exec sed -i 's/TTQT_MODULE_/TQT_MODULE_/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/QT_TR_FUNCTIONS/TQT_TR_FUNCTIONS/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Q_OBJECT/TQ_OBJECT/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/TTQ_OBJECT/TQ_OBJECT/g' {} \;