summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/MakeOrnamentDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/MakeOrnamentDialog.h')
-rw-r--r--src/gui/dialogs/MakeOrnamentDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/MakeOrnamentDialog.h b/src/gui/dialogs/MakeOrnamentDialog.h
index 0a4a00d..4396c18 100644
--- a/src/gui/dialogs/MakeOrnamentDialog.h
+++ b/src/gui/dialogs/MakeOrnamentDialog.h
@@ -43,9 +43,10 @@ class PitchChooser;
class MakeOrnamentDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- MakeOrnamentDialog(TQWidget *parent, TQString defaultName, int defaultBasePitch);
+ MakeOrnamentDialog(TQWidget *tqparent, TQString defaultName, int defaultBasePitch);
TQString getName() const;
int getBasePitch() const;