summaryrefslogtreecommitdiffstats
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
parent517fa997fd19af4854208ede2307a92b3f89cc86 (diff)
downloadsoundkonverter-991cbb0c.tar.gz
soundkonverter-991cbb0c.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
-rwxr-xr-xsrc/filelist.cpp2
-rwxr-xr-xsrc/replaygainfilelist.cpp2
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();