diff options
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-x | src/filelist.cpp | 2 |
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(); |