summaryrefslogtreecommitdiffstats
path: root/libdvdnav/decoder.c
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 /libdvdnav/decoder.c
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 'libdvdnav/decoder.c')
-rw-r--r--libdvdnav/decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdvdnav/decoder.c b/libdvdnav/decoder.c
index 9586b30..007fe35 100644
--- a/libdvdnav/decoder.c
+++ b/libdvdnav/decoder.c
@@ -217,11 +217,11 @@ static int32_t eval_special_instruction(command_t* command, int32_t cond) {
/* max number of rows < 256, so we will end this set */
line = 256;
return cond ? 256 : 0;
- case 3: /* Set temporary tqparental level and goto */
+ case 3: /* Set temporary parental level and goto */
line = vm_getbits(command, 7, 8);
level = vm_getbits(command, 11, 4);
if(cond) {
- /* This always succeeds now, if we want real tqparental protection */
+ /* This always succeeds now, if we want real parental protection */
/* we need to ask the user and have passwords and stuff. */
command->registers->SPRM[13] = level;
}