diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-13 18:42:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-14 23:18:41 +0900 |
| commit | 5bba09ee4570e1227de99565d41ae9fb6bc14ae1 (patch) | |
| tree | 29d378b82102f1de620ee07a8167d569f7f031d7 /src/replaygainscanner.cpp | |
| parent | 546952a11f82de4741f508f401ab613c172ad293 (diff) | |
| download | soundkonverter-5bba09ee.tar.gz soundkonverter-5bba09ee.zip | |
cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 802b45c5566c3916e46250060ecef332f055fc26)
Diffstat (limited to 'src/replaygainscanner.cpp')
| -rw-r--r-- | src/replaygainscanner.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/replaygainscanner.cpp b/src/replaygainscanner.cpp index 53808b6..f3171a4 100644 --- a/src/replaygainscanner.cpp +++ b/src/replaygainscanner.cpp @@ -148,7 +148,7 @@ void ReplayGainScanner::addClicked( int index ) void ReplayGainScanner::showFileDialog() { - KFileDialog* dialog = new KFileDialog( ":file_open", config->replayGainFilter(), this, i18n("Choose files!"), true ); + KFileDialog* dialog = new KFileDialog( ":file_open", config->replayGainFilter(), this, i18n("Choose files!").utf8().data(), true ); dialog->setMode ( KFile::Files | KFile::ExistingOnly ); if( dialog->exec() == KDialog::Accepted ) { TQStringList urls = dialog->selectedURLs().toStringList(); @@ -231,3 +231,4 @@ void ReplayGainScanner::updateProgress( int progress, int totalSteps ) setCaption( percent + " - " + i18n("Replay Gain Tool") ); } +#include "replaygainscanner.moc" |
