summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/UseOrnamentDialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-06 20:59:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-06 20:59:29 +0000
commit11f31c37e5fa4889d9989f10272f44845449cb7b (patch)
tree4383da04a76c497950d957fc6120b0fd0d9082c2 /src/gui/dialogs/UseOrnamentDialog.h
parent832eb69d571e8e518db45d0c0e6fbc0f00690209 (diff)
downloadrosegarden-11f31c37e5fa4889d9989f10272f44845449cb7b.tar.gz
rosegarden-11f31c37e5fa4889d9989f10272f44845449cb7b.zip
Initial TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1172292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gui/dialogs/UseOrnamentDialog.h')
-rw-r--r--src/gui/dialogs/UseOrnamentDialog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/dialogs/UseOrnamentDialog.h b/src/gui/dialogs/UseOrnamentDialog.h
index d721329..17e82b9 100644
--- a/src/gui/dialogs/UseOrnamentDialog.h
+++ b/src/gui/dialogs/UseOrnamentDialog.h
@@ -33,10 +33,10 @@
#include <vector>
-class QWidget;
-class QLineEdit;
-class QLabel;
-class QCheckBox;
+class TQWidget;
+class TQLineEdit;
+class TQLabel;
+class TQCheckBox;
class KComboBox;
@@ -51,7 +51,7 @@ class UseOrnamentDialog : public KDialogBase
Q_OBJECT
public:
- UseOrnamentDialog(QWidget *parent, Composition *);
+ UseOrnamentDialog(TQWidget *parent, Composition *);
TriggerSegmentId getId() const;
Mark getMark() const;
@@ -70,9 +70,9 @@ protected:
Composition *m_composition;
KComboBox *m_ornament;
KComboBox *m_mark;
- QLabel *m_textLabel;
- QLineEdit *m_text;
- QCheckBox *m_retune;
+ TQLabel *m_textLabel;
+ TQLineEdit *m_text;
+ TQCheckBox *m_retune;
KComboBox *m_adjustTime;
};