summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/posedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/posedit.h')
-rw-r--r--muse2/muse/widgets/posedit.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/muse2/muse/widgets/posedit.h b/muse2/muse/widgets/posedit.h
index b00a3c31..e17da3a2 100644
--- a/muse2/muse/widgets/posedit.h
+++ b/muse2/muse/widgets/posedit.h
@@ -8,18 +8,16 @@
#ifndef __POSEDIT_H__
#define __POSEDIT_H__
-#include <qwidget.h>
-#include <qstring.h>
-//Added by qt3to4:
-#include <QResizeEvent>
-#include <QEvent>
-#include <QTimerEvent>
+#include <QWidget>
+
#include "pos.h"
+#include "section.h"
-class PosEditor;
-class Q3SpinWidget;
+class QResizeEvent;
+class QTimerEvent;
-#include "section.h"
+class PosEditor;
+class SpinBox;
//---------------------------------------------------------
// PosEdit
@@ -48,7 +46,7 @@ class PosEdit : public QWidget
Pos max;
bool changed;
PosEditor *ed;
- Q3SpinWidget* controls;
+ SpinBox* controls;
private slots:
void stepUp();