summaryrefslogtreecommitdiffstats
path: root/src/widget/hexspinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/hexspinbox.h')
-rw-r--r--src/widget/hexspinbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/hexspinbox.h b/src/widget/hexspinbox.h
index c7a795cf0d..a8b8e4511c 100644
--- a/src/widget/hexspinbox.h
+++ b/src/widget/hexspinbox.h
@@ -1,8 +1,8 @@
#ifndef HEXSPINBOX_H
#define HEXSPINBOX_H
-#include <qspinbox.h>
-#include <qvalidator.h>
+#include <QSpinBox>
+#include <QValidator>
class HexSpinBox : public QSpinBox
{