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
v3.5.13-sru
tpearson 13 years ago
parent 517fa997fd
commit 991cbb0ca9

@ -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();

@ -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();

Loading…
Cancel
Save