diff options
Diffstat (limited to 'libk9copy/k9dvdprogress.h')
-rwxr-xr-x | libk9copy/k9dvdprogress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9dvdprogress.h b/libk9copy/k9dvdprogress.h index 6d4ebc3..98ab463 100755 --- a/libk9copy/k9dvdprogress.h +++ b/libk9copy/k9dvdprogress.h @@ -31,7 +31,7 @@ class k9DVDProgress : public DVDProgress { Q_OBJECT TQ_OBJECT public: - k9DVDProgress(TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + k9DVDProgress(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~k9DVDProgress(); /** No descriptions */ void setpbTitleTotalSteps(unsigned int total); |