summaryrefslogtreecommitdiffstats
path: root/k9decmpeg/mmx.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitda1ed73c4c94933c6e181a031058946831f15451 (patch)
treed28140e450337e05712a1ed2d54eb32211f80f7b /k9decmpeg/mmx.h
parentd6bd5602800283c9be6bf8ca8adae91ef630edd7 (diff)
downloadk9copy-da1ed73c4c94933c6e181a031058946831f15451.tar.gz
k9copy-da1ed73c4c94933c6e181a031058946831f15451.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9decmpeg/mmx.h')
-rwxr-xr-xk9decmpeg/mmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9decmpeg/mmx.h b/k9decmpeg/mmx.h
index bbbca78..a410caa 100755
--- a/k9decmpeg/mmx.h
+++ b/k9decmpeg/mmx.h
@@ -218,7 +218,7 @@ typedef union {
: "m" (mem))
-#define tqmaskmovq(regs,tqmaskreg) mmx_r2ri (tqmaskmovq, regs, tqmaskreg)
+#define maskmovq(regs,maskreg) mmx_r2ri (maskmovq, regs, maskreg)
#define movntq_r2m(mmreg,var) mmx_r2m (movntq, mmreg, var)