summaryrefslogtreecommitdiffstats
path: root/src/filelist.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit991cbb0ca96afd60f4652aded26fa8cd2479990e (patch)
treefdafdd2035c6c94959e7f00a885c716ef6c322eb /src/filelist.cpp
parent517fa997fd19af4854208ede2307a92b3f89cc86 (diff)
downloadsoundkonverter-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/filelist.cpp')
-rwxr-xr-xsrc/filelist.cpp2
1 files changed, 1 insertions, 1 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();