summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/EventParameterDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/EventParameterDialog.cpp')
-rw-r--r--src/gui/dialogs/EventParameterDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/EventParameterDialog.cpp b/src/gui/dialogs/EventParameterDialog.cpp
index 6443f48..28beb95 100644
--- a/src/gui/dialogs/EventParameterDialog.cpp
+++ b/src/gui/dialogs/EventParameterDialog.cpp
@@ -42,11 +42,11 @@ namespace Rosegarden
{
EventParameterDialog::EventParameterDialog(
- TQWidget *tqparent,
+ TQWidget *parent,
const TQString &name,
const PropertyName &property,
int startValue):
- KDialogBase(tqparent, 0, true, name, Ok | Cancel),
+ KDialogBase(parent, 0, true, name, Ok | Cancel),
m_property(property)
{
TQVBox *vBox = makeVBoxMainWidget();