diff options
Diffstat (limited to 'libk3b/tools/k3bbusywidget.h')
-rw-r--r-- | libk3b/tools/k3bbusywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bbusywidget.h b/libk3b/tools/k3bbusywidget.h index bc83c5e..7eb927e 100644 --- a/libk3b/tools/k3bbusywidget.h +++ b/libk3b/tools/k3bbusywidget.h @@ -30,7 +30,7 @@ class LIBK3B_EXPORT K3bBusyWidget : public TQFrame TQ_OBJECT public: - K3bBusyWidget( TQWidget* tqparent = 0, const char* name = 0 ); + K3bBusyWidget( TQWidget* parent = 0, const char* name = 0 ); ~K3bBusyWidget(); void showBusy( bool b ); |