From b1057f437bf65300831a0ccb45b920787c6b318d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 06:00:15 +0000 Subject: TQt4 port kdemultimedia This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/audiocd/plugins/vorbis/encodervorbis.cpp | 2 +- .../audiocd/plugins/vorbis/encodervorbisconfig.ui | 34 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'kioslave/audiocd/plugins/vorbis') diff --git a/kioslave/audiocd/plugins/vorbis/encodervorbis.cpp b/kioslave/audiocd/plugins/vorbis/encodervorbis.cpp index 739e1c8f..2caab8e5 100644 --- a/kioslave/audiocd/plugins/vorbis/encodervorbis.cpp +++ b/kioslave/audiocd/plugins/vorbis/encodervorbis.cpp @@ -301,7 +301,7 @@ void EncoderVorbis::fillSongInfo( KCDDB::CDInfo info, int track, const TQString if( !d->write_vorbis_comments ) return; - typedef QPair CommentField; + typedef TQPair CommentField; TQValueList commentFields; commentFields.append(CommentField("title", info.trackInfoList[track].get("title"))); diff --git a/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui b/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui index 17000745..5e057de0 100644 --- a/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui +++ b/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui @@ -1,10 +1,10 @@ EncoderVorbisConfig - + VorbisConfig - + 0 0 @@ -16,7 +16,7 @@ unnamed - + kcfg_vorbis_enc_method @@ -27,7 +27,7 @@ unnamed - + vorbis_enc_quality @@ -38,7 +38,7 @@ true - + vorbis_enc_bitrate @@ -48,7 +48,7 @@ - + vorbis_bitrate_settings @@ -68,7 +68,7 @@ 6 - + 32 kbs @@ -149,7 +149,7 @@ 1 - + 32 kbs @@ -230,7 +230,7 @@ 13 - + kcfg_set_vorbis_min_br @@ -241,7 +241,7 @@ M&inimal bitrate: - + kcfg_set_vorbis_max_br @@ -252,7 +252,7 @@ Ma&ximal bitrate: - + 128 kbs @@ -285,7 +285,7 @@ 1 - + kcfg_set_vorbis_nominal_br @@ -298,7 +298,7 @@ - + vorbis_quality_settings @@ -340,7 +340,7 @@ - + GroupBox193 @@ -357,7 +357,7 @@ 6 - + kcfg_vorbis_comments @@ -383,7 +383,7 @@ Expanding - + 20 51 @@ -417,7 +417,7 @@ kcfg_vorbis_quality kcfg_vorbis_comments - + knuminput.h knuminput.h -- cgit v1.2.1