From 11f31c37e5fa4889d9989f10272f44845449cb7b Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 6 Sep 2010 20:59:29 +0000 Subject: Initial TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1172292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/dialogs/TriggerSegmentDialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/dialogs/TriggerSegmentDialog.h') diff --git a/src/gui/dialogs/TriggerSegmentDialog.h b/src/gui/dialogs/TriggerSegmentDialog.h index 3f74f45..c71f34c 100644 --- a/src/gui/dialogs/TriggerSegmentDialog.h +++ b/src/gui/dialogs/TriggerSegmentDialog.h @@ -31,8 +31,8 @@ #include -class QWidget; -class QCheckBox; +class TQWidget; +class TQCheckBox; class KComboBox; @@ -47,7 +47,7 @@ class TriggerSegmentDialog : public KDialogBase Q_OBJECT public: - TriggerSegmentDialog(QWidget *parent, Composition *); + TriggerSegmentDialog(TQWidget *parent, Composition *); TriggerSegmentId getId() const; bool getRetune() const; @@ -61,7 +61,7 @@ protected: Composition *m_composition; KComboBox *m_segment; - QCheckBox *m_retune; + TQCheckBox *m_retune; KComboBox *m_adjustTime; }; -- cgit v1.2.3