diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | da1ed73c4c94933c6e181a031058946831f15451 (patch) | |
tree | d28140e450337e05712a1ed2d54eb32211f80f7b /k9decmpeg/mmx.h | |
parent | d6bd5602800283c9be6bf8ca8adae91ef630edd7 (diff) | |
download | k9copy-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-x | k9decmpeg/mmx.h | 2 |
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) |