summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtqtinterface/conversion_scripts/convert_qt_itself105
1 files changed, 5 insertions, 0 deletions
diff --git a/tqtinterface/conversion_scripts/convert_qt_itself10 b/tqtinterface/conversion_scripts/convert_qt_itself10
index 814def6..304aa2a 100755
--- a/tqtinterface/conversion_scripts/convert_qt_itself10
+++ b/tqtinterface/conversion_scripts/convert_qt_itself10
@@ -107,3 +107,8 @@ find ./ -type f -iname "*" -exec sed -i 's/tqreplace/replace/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/tqcontains/contains/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/tqparent/parent/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/tqmask/mask/g' {} \;
+
+find ./ -type f -iname "*" -exec sed -i 's/\"tqStatus/\"Status/g' {} \;
+# find ./ -type f -iname "*" -exec sed -i 's/\(.*\)\"\([^"]*\)tqStatus\([^"]*\)\"\(.*\)/\1\"\2Status\3\"\4/g' {} \;
+
+find ./ -type f -iname "*" -exec sed -i 's/STQL/SQL/g' {} \;