summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-23 07:19:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-23 07:19:06 +0000
commit9a8634c3f6ba13e37324deb3e3be0046169eaa2e (patch)
treecd8c28150b742094dcee68755aaeaba93156abe9 /qtinterface/tqt-replace-stream
parentf406a81b1881d44672e0e40351e198339af20f4c (diff)
downloadtqtinterface-9a8634c3f6ba13e37324deb3e3be0046169eaa2e.tar.gz
tqtinterface-9a8634c3f6ba13e37324deb3e3be0046169eaa2e.zip
Fix tqtinterface failing to connect TQ_UINT/TQ_INT signals and slots
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1255040 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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