summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-stream')
-rwxr-xr-xqtinterface/tqt-replace-stream14
1 files changed, 13 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream b/qtinterface/tqt-replace-stream
index b105334..418715f 100755
--- a/qtinterface/tqt-replace-stream
+++ b/qtinterface/tqt-replace-stream
@@ -16,7 +16,19 @@ else
sed 's/TQ_SETS/Q_SETS/g' | \
sed 's/TQ_OVERRIDE/Q_OVERRIDE/g' | \
sed 's/TQ_CLASSINFO/Q_CLASSINFO/g' | \
- sed 's/Qt::Orientation/Orientation/g'
+ sed 's/Qt::Orientation/Orientation/g' | \
+ sed 's/TQ_INT8/Q_INT8/g' | \
+ sed 's/TQ_INT16/Q_INT16/g' | \
+ sed 's/TQ_INT32/Q_INT32/g' | \
+ sed 's/TQ_INT64/Q_INT64/g' | \
+ sed 's/TQ_UINT8/Q_UINT8/g' | \
+ sed 's/TQ_UINT16/Q_UINT16/g' | \
+ sed 's/TQ_UINT32/Q_UINT32/g' | \
+ sed 's/TQ_UINT64/Q_UINT64/g' | \
+ sed 's/TQ_LONG/Q_LONG/g' | \
+ sed 's/TQ_LLONG/Q_LLONG/g' | \
+ sed 's/TQ_ULONG/Q_ULONG/g' | \
+ sed 's/TQ_ULLONG/Q_ULLONG/g'
fi
if [[ $QT_VER == 4 ]]; then