summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/PitchPickerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/PitchPickerDialog.h')
-rw-r--r--src/gui/dialogs/PitchPickerDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/PitchPickerDialog.h b/src/gui/dialogs/PitchPickerDialog.h
index 25fc28f..23125c9 100644
--- a/src/gui/dialogs/PitchPickerDialog.h
+++ b/src/gui/dialogs/PitchPickerDialog.h
@@ -39,10 +39,11 @@ namespace Rosegarden
class PitchPickerDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- PitchPickerDialog(TQWidget* parent, int initialPitch, TQString text);
+ PitchPickerDialog(TQWidget* tqparent, int initialPitch, TQString text);
~PitchPickerDialog();
int getPitch() { return m_pitch->getPitch(); }