diff options
Diffstat (limited to 'src/gui/editors/parameters/SegmentParameterBox.h')
-rw-r--r-- | src/gui/editors/parameters/SegmentParameterBox.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/gui/editors/parameters/SegmentParameterBox.h b/src/gui/editors/parameters/SegmentParameterBox.h index a8b0353..0a7a266 100644 --- a/src/gui/editors/parameters/SegmentParameterBox.h +++ b/src/gui/editors/parameters/SegmentParameterBox.h @@ -31,16 +31,16 @@ #include "gui/widgets/ColourTable.h" #include "RosegardenParameterArea.h" #include "RosegardenParameterBox.h" -#include <qstring.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" -class QWidget; -class QSpinBox; -class QPushButton; -class QLabel; -class QCheckBox; +class TQWidget; +class TQSpinBox; +class TQPushButton; +class TQLabel; +class TQCheckBox; class KCommand; class KComboBox; @@ -72,7 +72,7 @@ public: } Tristate; SegmentParameterBox(RosegardenGUIDoc *doc, - QWidget *parent=0); + TQWidget *parent=0); ~SegmentParameterBox(); // Use Segments to update GUI parameters @@ -93,18 +93,18 @@ public: virtual void showAdditionalControls(bool showThem); - virtual QString getPreviousBox(RosegardenParameterArea::Arrangement) const; + virtual TQString getPreviousBox(RosegardenParameterArea::Arrangement) const; public slots: void slotRepeatPressed(); void slotQuantizeSelected(int); void slotTransposeSelected(int); - void slotTransposeTextChanged(const QString &); + void slotTransposeTextChanged(const TQString &); void slotDelaySelected(int); void slotDelayTimeChanged(timeT delayValue); - void slotDelayTextChanged(const QString &); + void slotDelayTextChanged(const TQString &); void slotEditSegmentLabel(); @@ -129,11 +129,11 @@ protected: void populateBoxFromSegments(); void updateHighLow(); - QLabel *m_label; -// QLabel *m_rangeLabel; - QPushButton *m_labelButton; -// QPushButton *m_highButton; -// QPushButton *m_lowButton; + TQLabel *m_label; +// TQLabel *m_rangeLabel; + TQPushButton *m_labelButton; +// TQPushButton *m_highButton; +// TQPushButton *m_lowButton; TristateCheckBox *m_repeatValue; KComboBox *m_quantizeValue; KComboBox *m_transposeValue; @@ -142,12 +142,12 @@ protected: // Audio autofade // -// QLabel *m_autoFadeLabel; -// QCheckBox *m_autoFadeBox; -// QLabel *m_fadeInLabel; -// QSpinBox *m_fadeInSpin; -// QLabel *m_fadeOutLabel; -// QSpinBox *m_fadeOutSpin; +// TQLabel *m_autoFadeLabel; +// TQCheckBox *m_autoFadeBox; +// TQLabel *m_fadeInLabel; +// TQSpinBox *m_fadeInSpin; +// TQLabel *m_fadeOutLabel; +// TQSpinBox *m_fadeOutSpin; int m_addColourPos; |