diff options
Diffstat (limited to 'libk3b/tools/k3bbusywidget.cpp')
-rw-r--r-- | libk3b/tools/k3bbusywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bbusywidget.cpp b/libk3b/tools/k3bbusywidget.cpp index 2f53629..a5f81e3 100644 --- a/libk3b/tools/k3bbusywidget.cpp +++ b/libk3b/tools/k3bbusywidget.cpp @@ -21,8 +21,8 @@ #include <kglobalsettings.h> -K3bBusyWidget::K3bBusyWidget( TQWidget* tqparent, const char* name ) - : TQFrame( tqparent, name ) +K3bBusyWidget::K3bBusyWidget( TQWidget* parent, const char* name ) + : TQFrame( parent, name ) { m_busyTimer = new TQTimer( this ); m_iBusyPosition = 0; |