From 991cbb0ca96afd60f4652aded26fa8cd2479990e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: [PATCH] Fix remaining instances of tqStatus embedded in user visible strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/filelist.cpp | 2 +- src/replaygainfilelist.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filelist.cpp b/src/filelist.cpp index f01ba80..de6e46e 100755 --- a/src/filelist.cpp +++ b/src/filelist.cpp @@ -152,7 +152,7 @@ FileList::FileList( CDManager* _cdManager, TagEngine* _tagEngine, Config* _confi grid->setRowStretch( 2, 1 ); grid->setColStretch( 0, 1 ); grid->setColStretch( 2, 1 ); - pScantqStatus = new KProgress( this, "pScantqStatus" ); + pScantqStatus = new KProgress( this, "pScanStatus" ); pScantqStatus->setMinimumHeight( pScantqStatus->height() ); pScantqStatus->setFormat( "%v / %m" ); pScantqStatus->hide(); diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp index 076766c..c260d17 100755 --- a/src/replaygainfilelist.cpp +++ b/src/replaygainfilelist.cpp @@ -195,7 +195,7 @@ ReplayGainFileList::ReplayGainFileList( TagEngine* _tagEngine, Config* _config, grid->setRowStretch( 2, 1 ); grid->setColStretch( 0, 1 ); grid->setColStretch( 2, 1 ); - pScantqStatus = new KProgress( this, "pScantqStatus" ); + pScantqStatus = new KProgress( this, "pScanStatus" ); pScantqStatus->setMinimumHeight( pScantqStatus->height() ); pScantqStatus->setFormat( "%v / %m" ); pScantqStatus->hide();