diff options
Diffstat (limited to 'src/gui/general/PresetHandlerDialog.h')
-rw-r--r-- | src/gui/general/PresetHandlerDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/general/PresetHandlerDialog.h b/src/gui/general/PresetHandlerDialog.h index c28e85a..685f980 100644 --- a/src/gui/general/PresetHandlerDialog.h +++ b/src/gui/general/PresetHandlerDialog.h @@ -52,7 +52,7 @@ class PresetHandlerDialog : public KDialogBase public: - PresetHandlerDialog(TQWidget* tqparent, bool fromNotation = false); + PresetHandlerDialog(TQWidget* parent, bool fromNotation = false); ~PresetHandlerDialog(); PresetGroup *m_presets; |