diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 0d4ad4070c83d467bafe6e3b367aa6eee7a49064 (patch) | |
tree | 2a13a6ddba5a2709f2eba220082f51f71a886a90 /libk9copy/dvdprogress.cpp | |
parent | 0e2c5ed5709c37e5eefa74c4531f0a6667ebe48b (diff) | |
download | k9copy-0d4ad4070c83d467bafe6e3b367aa6eee7a49064.tar.gz k9copy-0d4ad4070c83d467bafe6e3b367aa6eee7a49064.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libk9copy/dvdprogress.cpp')
-rw-r--r-- | libk9copy/dvdprogress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |