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_itself5 | |
| parent | 012b00740f33c01949c88d7ea97e2dee81fabb41 (diff) | |
| download | experimental-r14.0.7.tar.gz experimental-r14.0.7.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_itself5')
| -rwxr-xr-x | tqtinterface/conversion_scripts/convert_qt_itself5 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/tqtinterface/conversion_scripts/convert_qt_itself5 b/tqtinterface/conversion_scripts/convert_qt_itself5 deleted file mode 100755 index 49790eb..0000000 --- a/tqtinterface/conversion_scripts/convert_qt_itself5 +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash - -#find ./ -type f -iname "*" -exec sed -i 's/TQt::HorizontalLayout/HorizontalLayout/g' {} \; -#find ./ -type f -iname "*" -exec sed -i 's/TQt::VerticalLayout/VerticalLayout/g' {} \; -#find ./ -type f -iname "*" -exec sed -i 's/TQt::GridLayout/GridLayout/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Orientation/Qt::Orientation/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/setQt::Orientation/setOrientation/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQString::null/TQString()/g' {} \; -#find ./ -type f -iname "*" -exec sed -i 's/Dock/TQt::Dock/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::Qt::/Qt::/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/Qt::Qt::/Qt::/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/tqtqlayout\.h/tqlayout\.h/g' {} \; - - - -find ./ -type f -iname "*" -exec sed -i 's/[ ,(]Horizontal/Qt::Horizontal/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/[ ,(]Vertical/Qt::Vertical/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::Horizontal/Qt::Horizontal/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::Vertical/Qt::Vertical/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/TQt::LeftButton/Qt::LeftButton/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::RightButton/Qt::RightButton/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::MidButton/Qt::MidButton/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::NoButton/Qt::NoButton/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/TQt::ISODate/Qt::ISODate/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::TextDate/Qt::TextDate/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQt::LocalDate/Qt::LocalDate/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/TQ_OS_/Q_OS_/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQ_BYTE_ORDER/Q_BYTE_ORDER/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQ_BIG_ENDIAN/Q_BIG_ENDIAN/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQtWIN/QtWIN/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/TQUANT/QUANT/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/FRETQ/FREQ/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/_SETQ_/_SEQ_/g' {} \; - - -find ./ -type f -iname "*" -exec sed -i 's/_ETQUAL/_EQUAL/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/ComplexETQ/ComplexEQ/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/STQRT/SQRT/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/STQUARE/SQUARE/g' {} \; - - -find ./ -type f -iname "*" -exec sed -i 's/tqttableview/qttableview/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/tqiomanager/qiomanager/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/TStringToTQString/TStringToQString/g' {} \; -find ./ -type f -iname "*" -exec sed -i 's/TQStringToTString/QStringToTString/g' {} \; - -find ./ -type f -iname "*" -exec sed -i 's/::qt_cast/::tqqt_cast/g' {} \; - - |
