summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/MakeOrnamentDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/MakeOrnamentDialog.cpp')
-rw-r--r--src/gui/dialogs/MakeOrnamentDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/MakeOrnamentDialog.cpp b/src/gui/dialogs/MakeOrnamentDialog.cpp
index e403a7d..8bd283f 100644
--- a/src/gui/dialogs/MakeOrnamentDialog.cpp
+++ b/src/gui/dialogs/MakeOrnamentDialog.cpp
@@ -40,9 +40,9 @@
namespace Rosegarden
{
-MakeOrnamentDialog::MakeOrnamentDialog(TQWidget *tqparent, TQString defaultName,
+MakeOrnamentDialog::MakeOrnamentDialog(TQWidget *parent, TQString defaultName,
int defaultBasePitch) :
- KDialogBase(tqparent, "makeornamentdialog", true, i18n("Make Ornament"),
+ KDialogBase(parent, "makeornamentdialog", true, i18n("Make Ornament"),
Ok | Cancel, Ok)
{
TQVBox *vbox = makeVBoxMainWidget();