diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:26:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:26:51 -0600 |
commit | bece9aa3ad05fe774bf89d9a840235ee8adfd4da (patch) | |
tree | bd2dbbe6c3a6ea126e93209798a088ffe78d1783 /src/filelist.cpp | |
parent | 5e21b1fe4b7ac01e6a2cbdf230ad830c924f7be3 (diff) | |
download | soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.tar.gz soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-x | src/filelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.cpp b/src/filelist.cpp index 60ddcbc..b4faa99 100755 --- a/src/filelist.cpp +++ b/src/filelist.cpp @@ -1369,7 +1369,7 @@ TQString FileList::debug_params( ConversionOptions conversionOptions, FormatItem //t_int -= t_int%plugin->enc.quality.step; sQuality = TQString::number( t_int ); } - if( plugin->enc.bin == "oggenc" ) sQuality.replace(TQChar('.'),KGlobal::locale()->decimalSymbol()); + if( plugin->enc.bin == "oggenc" ) sQuality.replace(TQChar('.'),TDEGlobal::locale()->decimalSymbol()); else if( plugin->enc.lossy.quality.separator != '.' ) sQuality.replace(TQChar('.'),plugin->enc.lossy.quality.separator); } else { |