summaryrefslogtreecommitdiffstats
path: root/src/gui/general/PresetHandlerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/PresetHandlerDialog.h')
-rw-r--r--src/gui/general/PresetHandlerDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/general/PresetHandlerDialog.h b/src/gui/general/PresetHandlerDialog.h
index c91d733..c28e85a 100644
--- a/src/gui/general/PresetHandlerDialog.h
+++ b/src/gui/general/PresetHandlerDialog.h
@@ -48,10 +48,11 @@ class PresetGroup;
class PresetHandlerDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- PresetHandlerDialog(TQWidget* parent, bool fromNotation = false);
+ PresetHandlerDialog(TQWidget* tqparent, bool fromNotation = false);
~PresetHandlerDialog();
PresetGroup *m_presets;