From da1ed73c4c94933c6e181a031058946831f15451 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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 --- libdvdnav/decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdvdnav') 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; } -- cgit v1.2.1