summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/CompositionLengthDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/CompositionLengthDialog.h')
-rw-r--r--src/gui/dialogs/CompositionLengthDialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/dialogs/CompositionLengthDialog.h b/src/gui/dialogs/CompositionLengthDialog.h
index e6d688c..373bf73 100644
--- a/src/gui/dialogs/CompositionLengthDialog.h
+++ b/src/gui/dialogs/CompositionLengthDialog.h
@@ -30,8 +30,8 @@
#include "base/Event.h"
-class QWidget;
-class QSpinBox;
+class TQWidget;
+class TQSpinBox;
namespace Rosegarden
@@ -44,7 +44,7 @@ class CompositionLengthDialog : public KDialogBase
{
Q_OBJECT
public:
- CompositionLengthDialog(QWidget *parent,
+ CompositionLengthDialog(TQWidget *parent,
Composition *composition);
timeT getStartMarker();
@@ -52,8 +52,8 @@ public:
protected:
- QSpinBox *m_startMarkerSpinBox;
- QSpinBox *m_endMarkerSpinBox;
+ TQSpinBox *m_startMarkerSpinBox;
+ TQSpinBox *m_endMarkerSpinBox;
Composition *m_composition;
};