diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 20:59:29 +0000 |
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 20:59:29 +0000 |
| commit | 11f31c37e5fa4889d9989f10272f44845449cb7b (patch) | |
| tree | 4383da04a76c497950d957fc6120b0fd0d9082c2 /src/gui/editors/parameters/SegmentParameterBox.h | |
| parent | 832eb69d571e8e518db45d0c0e6fbc0f00690209 (diff) | |
| download | rosegarden-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/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; |
