diff --git a/libk9copy/dvdprogress.cpp b/libk9copy/dvdprogress.cpp index 3c85363..c48b96b 100644 --- a/libk9copy/dvdprogress.cpp +++ b/libk9copy/dvdprogress.cpp @@ -65,7 +65,7 @@ DVDProgress::DVDProgress( TQWidget* parent, const char* name, bool modal, WFlags DVDProgressLayout->addLayout( tqlayout1, 0, 0 ); - lbltqStatus = new TQLabel( this, "lbltqStatus" ); + lbltqStatus = new TQLabel( this, "lblStatus" ); lbltqStatus->setCursor( TQCursor( 3 ) ); DVDProgressLayout->addWidget( lbltqStatus, 2, 0 );