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 | 85723d544dd6aad9b2d0974dfe91ece438f03dfb (patch) | |
tree | 3baf4e3989ae66eef01b9cccc55501a1d0cfe5eb /libk3b/jobs | |
parent | a9a875756e14547b1d362ff6062b735b9f139d32 (diff) | |
download | k3b-85723d544dd6aad9b2d0974dfe91ece438f03dfb.tar.gz k3b-85723d544dd6aad9b2d0974dfe91ece438f03dfb.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/k3b@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libk3b/jobs')
-rw-r--r-- | libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp b/libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp index 08fbb59..5cbddfa 100644 --- a/libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp +++ b/libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp @@ -521,7 +521,7 @@ TQString K3bVideoDVDTitleTranscodingJob::videoCodecDescription( K3bVideoDVDTitle "volunteer programmers after the OpenDivX source was closed in July 2001.") + "<br>" + i18n("XviD features MPEG-4 Advanced Profile settings such as b-frames, global " - "and quarter pixel motion compensation, lumi tqmasking, trellis quantization, and " + "and quarter pixel motion compensation, lumi masking, trellis quantization, and " "H.263, MPEG and custom quantization matrices.") + "<br>" + i18n("XviD is a primary competitor of DivX (XviD being DivX spelled backwards). " |