summaryrefslogtreecommitdiffstats
path: root/src/widget/wvumeter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wvumeter.cpp')
-rw-r--r--src/widget/wvumeter.cpp16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/widget/wvumeter.cpp b/src/widget/wvumeter.cpp
index 42c43f3c57..dcdcccdf5e 100644
--- a/src/widget/wvumeter.cpp
+++ b/src/widget/wvumeter.cpp
@@ -15,22 +15,21 @@
* *
***************************************************************************/
-#include "wvumeter.h"
-#include "wpixmapstore.h"
-//Added by qt3to4:
+#include "widget/wvumeter.h"
+
#include <QPaintEvent>
-#include <QtGui>
-#include <QtCore>
+#include <QPainter>
#include <QtDebug>
#include <QPixmap>
+#include "widget/wpixmapstore.h"
+#include "util/timer.h"
+
#define DEFAULT_FALLTIME 20
#define DEFAULT_FALLSTEP 1
#define DEFAULT_HOLDTIME 400
#define DEFAULT_HOLDSIZE 5
-#include "util/timer.h"
-
WVuMeter::WVuMeter(QWidget * parent) :
WWidget(parent),
m_iNoPos(0),
@@ -193,6 +192,3 @@ void WVuMeter::paintEvent(QPaintEvent *)
}
}
}
-
-
-