summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/TimeWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/TimeWidget.h')
-rw-r--r--src/gui/widgets/TimeWidget.h50
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();