diff options
Diffstat (limited to 'src/gui/dialogs/InterpretDialog.h')
-rw-r--r-- | src/gui/dialogs/InterpretDialog.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/dialogs/InterpretDialog.h b/src/gui/dialogs/InterpretDialog.h index 75c8694..9859259 100644 --- a/src/gui/dialogs/InterpretDialog.h +++ b/src/gui/dialogs/InterpretDialog.h @@ -29,8 +29,8 @@ #include <kdialogbase.h> -class QWidget; -class QCheckBox; +class TQWidget; +class TQCheckBox; namespace Rosegarden @@ -42,7 +42,7 @@ class InterpretDialog : public KDialogBase { Q_OBJECT public: - InterpretDialog(QWidget *parent); + InterpretDialog(TQWidget *parent); // an OR from InterpretCommand's constants int getInterpretations(); @@ -51,11 +51,11 @@ protected slots: void slotAllBoxChanged(); private: - QCheckBox *m_allInterpretations; - QCheckBox *m_applyTextDynamics; - QCheckBox *m_applyHairpins; - QCheckBox *m_stressBeats; - QCheckBox *m_articulate; + TQCheckBox *m_allInterpretations; + TQCheckBox *m_applyTextDynamics; + TQCheckBox *m_applyHairpins; + TQCheckBox *m_stressBeats; + TQCheckBox *m_articulate; }; |