diff options
Diffstat (limited to 'src/gui/dialogs/PasteNotationDialog.h')
-rw-r--r-- | src/gui/dialogs/PasteNotationDialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/dialogs/PasteNotationDialog.h b/src/gui/dialogs/PasteNotationDialog.h index 213eaf8..bff6d7e 100644 --- a/src/gui/dialogs/PasteNotationDialog.h +++ b/src/gui/dialogs/PasteNotationDialog.h @@ -31,9 +31,9 @@ #include <vector> -class QWidget; -class QRadioButton; -class QCheckBox; +class TQWidget; +class TQRadioButton; +class TQCheckBox; namespace Rosegarden @@ -46,7 +46,7 @@ class PasteNotationDialog : public KDialogBase Q_OBJECT public: - PasteNotationDialog(QWidget *parent, + PasteNotationDialog(TQWidget *parent, PasteEventsCommand::PasteType defaultType); PasteEventsCommand::PasteType getPasteType() const; @@ -59,8 +59,8 @@ protected: //--------------- Data members --------------------------------- - std::vector<QRadioButton *> m_pasteTypeButtons; - QCheckBox *m_setAsDefaultButton; + std::vector<TQRadioButton *> m_pasteTypeButtons; + TQCheckBox *m_setAsDefaultButton; PasteEventsCommand::PasteType m_defaultType; }; |