diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:51:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:51:58 -0600 |
commit | 56df7a6401beb2b87fba35add44ea53372c94926 (patch) | |
tree | 762e674ed45f666593d1c043effeaeed970c56f6 /krec | |
parent | a0b91587f8f13a4659c4c2bd2068ffbffef633ae (diff) | |
download | tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.tar.gz tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.zip |
Additional renaming of kde to tde
Diffstat (limited to 'krec')
-rw-r--r-- | krec/krecord.cpp | 2 | ||||
-rw-r--r-- | krec/mp3_export/krecexport_mp3.cpp | 2 | ||||
-rw-r--r-- | krec/ogg_export/krecexport_ogg.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/krec/krecord.cpp b/krec/krecord.cpp index 1a93ce13..e6205c8a 100644 --- a/krec/krecord.cpp +++ b/krec/krecord.cpp @@ -340,7 +340,7 @@ KRecord::KRecord(TQWidget *parent, const char *name ) toolBar( "compressor" )->close(); KMessageBox::detailedSorry( this, i18n( "Your system is missing the Synth_STEREO_COMPRESSOR aRts module.\nYou will be able to use KRec but without the great functions of the compressor." ), - i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of kdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ), + i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of tdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ), i18n( "Unable to Find Compressor" ) ); } diff --git a/krec/mp3_export/krecexport_mp3.cpp b/krec/mp3_export/krecexport_mp3.cpp index 0c4e8dc8..43db55a6 100644 --- a/krec/mp3_export/krecexport_mp3.cpp +++ b/krec/mp3_export/krecexport_mp3.cpp @@ -155,7 +155,7 @@ kdDebug( 60005 ) << k_funcinfo << endl; } else return false; } -// Derived from kdemultimedia/kioslave/audiocd/audiocd.cpp. +// Derived from tdemultimedia/kioslave/audiocd/audiocd.cpp. // We use the encoding settings from kcmaudiocd. void KRecExport_MP3::setLameParameters() { KConfig *config; diff --git a/krec/ogg_export/krecexport_ogg.cpp b/krec/ogg_export/krecexport_ogg.cpp index 61b18265..32223cb8 100644 --- a/krec/ogg_export/krecexport_ogg.cpp +++ b/krec/ogg_export/krecexport_ogg.cpp @@ -191,7 +191,7 @@ kdDebug( 60005 ) << k_funcinfo << endl; } -// Derived from kdemultimedia/kioslave/audiocd/audiocd.cpp. +// Derived from tdemultimedia/kioslave/audiocd/audiocd.cpp. // We use the encoding settings from kcmaudiocd. void KRecExport_OGG::setOggParameters() { kdDebug( 60005 ) << k_funcinfo << endl; |