summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace.cmake')
-rwxr-xr-xqtinterface/tqt-replace.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake
index c081dce..193510e 100755
--- a/qtinterface/tqt-replace.cmake
+++ b/qtinterface/tqt-replace.cmake
@@ -18,6 +18,18 @@ else
sed -i 's/TQ_OVERRIDE/Q_OVERRIDE/g' "$1"
sed -i 's/TQ_CLASSINFO/Q_CLASSINFO/g' "$1"
sed -i 's/Qt::Orientation/Orientation/g' "$1"
+ sed -i 's/TQ_INT8/Q_INT8/g' "$1"
+ sed -i 's/TQ_INT16/Q_INT16/g' "$1"
+ sed -i 's/TQ_INT32/Q_INT32/g' "$1"
+ sed -i 's/TQ_INT64/Q_INT64/g' "$1"
+ sed -i 's/TQ_UINT8/Q_UINT8/g' "$1"
+ sed -i 's/TQ_UINT16/Q_UINT16/g' "$1"
+ sed -i 's/TQ_UINT32/Q_UINT32/g' "$1"
+ sed -i 's/TQ_UINT64/Q_UINT64/g' "$1"
+ sed -i 's/TQ_LONG/Q_LONG/g' "$1"
+ sed -i 's/TQ_LLONG/Q_LLONG/g' "$1"
+ sed -i 's/TQ_ULONG/Q_ULONG/g' "$1"
+ sed -i 's/TQ_ULLONG/Q_ULLONG/g' "$1"
exit 0
fi