diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-21 23:28:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-21 23:28:33 +0900 |
| commit | 1df632a0e6e550a5a100247c6b4713078e78f413 (patch) | |
| tree | e8577c3d310285ebb4c8beea37998f408286bda3 /tqtinterface/conversion_scripts/convert_qt_itself9 | |
| parent | 012b00740f33c01949c88d7ea97e2dee81fabb41 (diff) | |
| download | experimental-1df632a0e6e550a5a100247c6b4713078e78f413.tar.gz experimental-1df632a0e6e550a5a100247c6b4713078e78f413.zip | |
Removed unnecessary and/or TDE-unrelated code.r14.0.7
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tqtinterface/conversion_scripts/convert_qt_itself9')
| -rwxr-xr-x | tqtinterface/conversion_scripts/convert_qt_itself9 | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/tqtinterface/conversion_scripts/convert_qt_itself9 b/tqtinterface/conversion_scripts/convert_qt_itself9 deleted file mode 100755 index 6edabe6..0000000 --- a/tqtinterface/conversion_scripts/convert_qt_itself9 +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/bash - -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/tqstatus\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\)/status\1/g' {} \; - - - -find ./ -type f -iname "*" -exec sed -i 's/qMakePair/tqMakePair/g' {} \; - - - - - - -find ./ -type f -iname "*" -exec sed -i 's/staticTQString/staticQString/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' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQtDebugMsg/QtDebugMsg/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQtWarningMsg/QtWarningMsg/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQtFatalMsg/QtFatalMsg/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQCStringList/QCStringList/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQLayoutStruct/QLayoutStruct/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQ_CHECK_PTR/Q_CHECK_PTR/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQUEST/QUEST/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQUENCE/QUENCE/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQPARTICI/QPARTICI/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/OPATQUE/OPAQUE/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQ_ENUMS/Q_ENUMS/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TTQ/TQ/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/#include \"\(.*\)\.tqmoc\"/#include \"\1\.moc\"/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/#include <\(.*\)\.tqmoc>/#include <\1\.moc>/g' {} \; - -find ./ -type f -iname "*" -exec perl -i -p -e 's/TQ_OBJECT\n/Q_OBJECT\n TQ_OBJECT\n/' {} \; -find ./ -type f -iname "*" -exec perl -i -p -e 's/Q_OBJECT\nQ_OBJECT\n TQ_OBJECT\n/Q_OBJECT\n TQ_OBJECT\n/' {} \; - -# NOTE -# These should be rerun after manual Qt4 porting completion - -find ./ -type f -iname "*" -exec sed -i 's/Qt::StrongFocus/TQ_StrongFocus/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::NoFocus/TQ_NoFocus/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::WheelFocus/TQ_WheelFocus/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::ClickFocus/TQ_ClickFocus/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::TabFocus/TQ_TabFocus/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::FocusPolicy/TQ_FocusPolicy/g' {} \; |
