summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/UseOrnamentDialog.h
diff options
context:
space:
mode:
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;
};