summaryrefslogtreecommitdiffstats
path: root/tqtinterface/conversion_scripts/convert_qt_itself9
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/conversion_scripts/convert_qt_itself9')
-rwxr-xr-xtqtinterface/conversion_scripts/convert_qt_itself924
1 files changed, 12 insertions, 12 deletions
diff --git a/tqtinterface/conversion_scripts/convert_qt_itself9 b/tqtinterface/conversion_scripts/convert_qt_itself9
index 41f77c9..60885c8 100755
--- a/tqtinterface/conversion_scripts/convert_qt_itself9
+++ b/tqtinterface/conversion_scripts/convert_qt_itself9
@@ -2,28 +2,28 @@
find ./ -type f -iname "*" -exec sed -i 's/TQT_VERSION/\[\[\[TQT_VERSION IS DEPRECATED\]\]\]/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/CONSETQUENTIAL/CONSEQUENTIAL/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqfind\./find\./g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqdevice\./device\./g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqfind\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/find\1/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqreplace\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/replace\1/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqcontains\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/contains\1/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqfind \([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/find \1/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqreplace \([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/replace \1/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqcontains \([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/contains \1/g' {} \;
+
+
+
+
+
+
+
+
find ./ -type f -iname "*" -exec sed -i 's/tqstatus\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/status\1/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/qMakePair/tqMakePair/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/\.arg(/\.tqarg(/g' {} \;
+
find ./ -type f -iname "*" -exec sed -i 's/::clipboard()/::tqclipboard()/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/ranstqparent/ransparent/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/painttqdevice/paintdevice/g' {} \;
+
+
find ./ -type f -iname "*" -exec sed -i 's/staticTQString/staticQString/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/utqmask/umask/g' {} \;
+
find ./ -type f -iname "*" -exec sed -i 's/TQGpgME/QGpgME/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/xTQGantt/xQGantt/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/TQSync/QSync/g' {} \;