summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bmultichoicedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bmultichoicedialog.h')
-rw-r--r--libk3b/tools/k3bmultichoicedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bmultichoicedialog.h b/libk3b/tools/k3bmultichoicedialog.h
index be0748a..bfa57af 100644
--- a/libk3b/tools/k3bmultichoicedialog.h
+++ b/libk3b/tools/k3bmultichoicedialog.h
@@ -34,7 +34,7 @@ class LIBK3B_EXPORT K3bMultiChoiceDialog : public KDialog
K3bMultiChoiceDialog( const TQString& caption,
const TQString& text,
TQMessageBox::Icon = TQMessageBox::Information,
- TQWidget* tqparent = 0, const char* name = 0 );
+ TQWidget* parent = 0, const char* name = 0 );
~K3bMultiChoiceDialog();
/**
@@ -45,7 +45,7 @@ class LIBK3B_EXPORT K3bMultiChoiceDialog : public KDialog
static int choose( const TQString& caption,
const TQString& text,
TQMessageBox::Icon = TQMessageBox::Information,
- TQWidget* tqparent = 0,
+ TQWidget* parent = 0,
const char* name = 0,
int buttonCount = 2,
const KGuiItem& b1 = KStdGuiItem::yes(),