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/replaygainfilelist.cpp | |
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/replaygainfilelist.cpp')
-rwxr-xr-x | src/replaygainfilelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |