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/widgets/TimeWidget.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/widgets/TimeWidget.h')
| -rw-r--r-- | src/gui/widgets/TimeWidget.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/gui/widgets/TimeWidget.h b/src/gui/widgets/TimeWidget.h index 5ffa17a..874981d 100644 --- a/src/gui/widgets/TimeWidget.h +++ b/src/gui/widgets/TimeWidget.h @@ -27,17 +27,17 @@ #define _RG_ROSEGARDENTIMEWIDGET_H_ #include "base/RealTime.h" -#include <qgroupbox.h> -#include <qstring.h> +#include <tqgroupbox.h> +#include <tqstring.h> #include <vector> #include "base/Event.h" -class QWidget; -class QSpinBox; -class QLineEdit; -class QLabel; -class QComboBox; +class TQWidget; +class TQSpinBox; +class TQLineEdit; +class TQLabel; +class TQComboBox; namespace Rosegarden @@ -53,8 +53,8 @@ public: /** * Constructor for absolute time widget */ - TimeWidget(QString title, - QWidget *parent, + TimeWidget(TQString title, + TQWidget *parent, Composition *composition, // for bar/beat/msec timeT initialTime, bool editable = true, @@ -65,8 +65,8 @@ public: * at which this duration begins, necessary so that we can show the * correct real-time (based on tempo at startTime) etc. */ - TimeWidget(QString title, - QWidget *parent, + TimeWidget(TQString title, + TQWidget *parent, Composition *composition, // for bar/beat/msec timeT startTime, timeT initialDuration, @@ -98,20 +98,20 @@ private: timeT m_startTime; timeT m_defaultTime; - QComboBox *m_note; - QSpinBox *m_timeT; - QSpinBox *m_bar; - QSpinBox *m_beat; - QSpinBox *m_fraction; - QLineEdit *m_barLabel; - QLineEdit *m_beatLabel; - QLineEdit *m_fractionLabel; - QLabel *m_timeSig; - QSpinBox *m_sec; - QSpinBox *m_msec; - QLineEdit *m_secLabel; - QLineEdit *m_msecLabel; - QLabel *m_tempo; + TQComboBox *m_note; + TQSpinBox *m_timeT; + TQSpinBox *m_bar; + TQSpinBox *m_beat; + TQSpinBox *m_fraction; + TQLineEdit *m_barLabel; + TQLineEdit *m_beatLabel; + TQLineEdit *m_fractionLabel; + TQLabel *m_timeSig; + TQSpinBox *m_sec; + TQSpinBox *m_msec; + TQLineEdit *m_secLabel; + TQLineEdit *m_msecLabel; + TQLabel *m_tempo; void init(bool editable); void populate(); |
