summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/PitchDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/PitchDialog.h')
-rw-r--r--src/gui/dialogs/PitchDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/PitchDialog.h b/src/gui/dialogs/PitchDialog.h
index 8a4cce7..dd228bf 100644
--- a/src/gui/dialogs/PitchDialog.h
+++ b/src/gui/dialogs/PitchDialog.h
@@ -42,8 +42,9 @@ class PitchChooser;
class PitchDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- PitchDialog(TQWidget *parent, TQString title, int defaultPitch = 60);
+ PitchDialog(TQWidget *tqparent, TQString title, int defaultPitch = 60);
int getPitch() const;