summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/QuantizeDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/QuantizeDialog.h')
-rw-r--r--src/gui/dialogs/QuantizeDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/QuantizeDialog.h b/src/gui/dialogs/QuantizeDialog.h
index 1be603a..24505c9 100644
--- a/src/gui/dialogs/QuantizeDialog.h
+++ b/src/gui/dialogs/QuantizeDialog.h
@@ -45,7 +45,7 @@ class QuantizeDialog : public KDialogBase
TQ_OBJECT
public:
- QuantizeDialog(TQWidget *tqparent, bool inNotation = false);
+ QuantizeDialog(TQWidget *parent, bool inNotation = false);
/// Returned quantizer object is on heap -- caller must delete
Quantizer *getQuantizer() const;