diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 991cbb0ca96afd60f4652aded26fa8cd2479990e (patch) | |
tree | fdafdd2035c6c94959e7f00a885c716ef6c322eb /src | |
parent | 517fa997fd19af4854208ede2307a92b3f89cc86 (diff) | |
download | soundkonverter-991cbb0ca96afd60f4652aded26fa8cd2479990e.tar.gz soundkonverter-991cbb0ca96afd60f4652aded26fa8cd2479990e.zip |
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
Diffstat (limited to 'src')
-rwxr-xr-x | src/filelist.cpp | 2 | ||||
-rwxr-xr-x | 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(); |