summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/BeatsBarsDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/BeatsBarsDialog.h')
-rw-r--r--src/gui/dialogs/BeatsBarsDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/BeatsBarsDialog.h b/src/gui/dialogs/BeatsBarsDialog.h
index 658a4fb..11c0810 100644
--- a/src/gui/dialogs/BeatsBarsDialog.h
+++ b/src/gui/dialogs/BeatsBarsDialog.h
@@ -43,10 +43,11 @@ namespace Rosegarden
class BeatsBarsDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
BeatsBarsDialog();
- BeatsBarsDialog(TQWidget *parent);
+ BeatsBarsDialog(TQWidget *tqparent);
int getQuantity() { return m_spinBox->value(); }
int getMode() { return m_comboBox->currentItem(); }