summaryrefslogtreecommitdiffstats
path: root/src/widget/wnumber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wnumber.cpp')
-rw-r--r--src/widget/wnumber.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/widget/wnumber.cpp b/src/widget/wnumber.cpp
index f6fc182fc7..2dd0d11d04 100644
--- a/src/widget/wnumber.cpp
+++ b/src/widget/wnumber.cpp
@@ -15,13 +15,15 @@
* *
***************************************************************************/
-#include "wnumber.h"
-#include "wskincolor.h"
+#include "widget/wnumber.h"
+
#include <math.h>
-#include <qfont.h>
+#include <QFont>
#include <QLabel>
#include <QVBoxLayout>
+#include "widget/wskincolor.h"
+
WNumber::WNumber(QWidget * parent) : WWidget(parent)
{
m_pLabel = new QLabel(this);