summaryrefslogtreecommitdiffstats
path: root/tqtinterface/conversion_scripts/convert_qt_itself
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/conversion_scripts/convert_qt_itself')
-rwxr-xr-xtqtinterface/conversion_scripts/convert_qt_itself155
1 files changed, 0 insertions, 155 deletions
diff --git a/tqtinterface/conversion_scripts/convert_qt_itself b/tqtinterface/conversion_scripts/convert_qt_itself
deleted file mode 100755
index 987d73e..0000000
--- a/tqtinterface/conversion_scripts/convert_qt_itself
+++ /dev/null
@@ -1,155 +0,0 @@
-#!/bin/bash
-
-#find ./ -type f -iname "*.c*" -exec sed -i 's/Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzDE]\)/TQ\1\2\3/g' {} \;
-#find ./ -type f -iname "*.h*" -exec sed -i 's/Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzDE]\)/TQ\1\2\3/g' {} \;
-
-find ./ -type f -iname "*.c*" -exec sed -i 's/Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' {} \;
-
-find ./ -type f -iname "*.c*" -exec sed -i 's/Qt/TQt/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/Qt/TQt/g' {} \;
-
-find ./ -type f -iname "*.h*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TTQ/TQ/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TTQ/TQ/g' {} \;
-
-find ./ -type f -iname "*.c*" -exec sed -i 's/\([^_]\)METHOD\([( ]\)/\1TQT_METHOD\2/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/\([^_]\)METHOD\([( ]\)/\1TQT_METHOD\2/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/\([^_]\)SLOT\([( ]\)/\1TQT_SLOT\2/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/\([^_]\)SLOT\([( ]\)/\1TQT_SLOT\2/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/\([^_]\)SIGNAL\([( ]\)/\1TQT_SIGNAL\2/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/\([^_]\)SIGNAL\([( ]\)/\1TQT_SIGNAL\2/g' {} \;
-
-find ./ -type f -iname "*.h*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/TQT_TQT_/TQT_/g' {} \;
-
-find ./ -type f -iname "*.c*" -exec sed -i 's/qRound/tqRound/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qRound/tqRound/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qstrlen/tqstrlen/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qstrlen/tqstrlen/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qstrncmp/tqstrncmp/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qstrncmp/tqstrncmp/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qUncompress/tqUncompress/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qUncompress/tqUncompress/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qCopy/tqCopy/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qCopy/tqCopy/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qEqual/tqEqual/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qEqual/tqEqual/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qFill/tqFill/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qFill/tqFill/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qFind/tqFind/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qFind/tqFind/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qCount/tqCount/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qCount/tqCount/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qSwap/tqSwap/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qSwap/tqSwap/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qSystemWarning/tqSystemWarning/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qSystemWarning/tqSystemWarning/g' {} \;
-find ./ -type f -iname "*.c*" -exec sed -i 's/qSuppressObsoleteWarnings/tqSuppressObsoleteWarnings/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/qSuppressObsoleteWarnings/tqSuppressObsoleteWarnings/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/moc/tqmoc/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqtqmoc/tqmoc/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqtqmoc/tqmoc/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/MOC/TQMOC/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQTQMOC/TQMOC/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/RGB_MASK/TQRGB_MASK/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQTQRGB_MASK/TQRGB_MASK/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/qRed/tqRed/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qGreen/tqGreen/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qBlue/tqBlue/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qAlpha/tqAlpha/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qRgb/tqRgb/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qRgba/tqRgba/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qGray/tqGray/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qCompress/tqCompress/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qInstallMsgHandler/tqInstallMsgHandler/g' {} \;
-
-
-find ./ -type f -iname "*" -exec sed -i 's/qAppName/tqAppName/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/qApp/tqApp/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/ttq/tq/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/ttq/tq/g' {} \;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-find ./ -type f -iname "*" -exec sed -i 's/tqtq/tq/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqtq/tq/g' {} \;
-
-
-
-
-
-find ./ -type f -iname "*" -exec sed -i 's/::mapper/::wmapper()/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/TQImage::ScaleFree/TQ_ScaleFree/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQImage::ScaleMin/TQ_ScaleMin/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQImage::ScaleMax/TQ_ScaleMax/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQWidget::StrongFocus/TQ_StrongFocus/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQWidget::NoFocus/TQ_NoFocus/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQWidget::WheelFocus/TQ_WheelFocus/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQWidget::ClickFocus/TQ_ClickFocus/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQWidget::TabFocus/TQ_TabFocus/g' {} \;
-
-find ./ -type f -iname "*" -exec sed -i 's/tqslots/Q_SLOTS/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/tqsignals/Q_SIGNALS/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/Q_SIGNALSlotimp\.h/tqsignalslotimp\.h/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQ_SLOTS/Q_SLOTS/g' {} \;
-find ./ -type f -iname "*" -exec sed -i 's/TQ_SIGNALS/Q_SIGNALS/g' {} \;
-
-find ./ -type f -iname "*.c*" -exec sed -i 's/Q_/TQ_/g' {} \;
-find ./ -type f -iname "*.h*" -exec sed -i 's/Q_/TQ_/g' {} \;