summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bprogressdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bprogressdialog.cpp')
-rw-r--r--libk3b/tools/k3bprogressdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bprogressdialog.cpp b/libk3b/tools/k3bprogressdialog.cpp
index e0e5a05..fe7b2af 100644
--- a/libk3b/tools/k3bprogressdialog.cpp
+++ b/libk3b/tools/k3bprogressdialog.cpp
@@ -28,10 +28,10 @@
K3bProgressDialog::K3bProgressDialog( const TQString& text,
- TQWidget* tqparent,
+ TQWidget* parent,
const TQString& caption,
const char* name )
- : KDialogBase( tqparent, name, true, caption, Cancel|Ok, Ok, true )
+ : KDialogBase( parent, name, true, caption, Cancel|Ok, Ok, true )
{
TQFrame* main = makeMainWidget();
TQGridLayout* mainLayout = new TQGridLayout( main );