summaryrefslogtreecommitdiffstats
path: root/examples/nfc/annotatedurl/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/annotatedurl/mainwindow.h')
-rw-r--r--examples/nfc/annotatedurl/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/nfc/annotatedurl/mainwindow.h b/examples/nfc/annotatedurl/mainwindow.h
index 13c214ac..059c7038 100644
--- a/examples/nfc/annotatedurl/mainwindow.h
+++ b/examples/nfc/annotatedurl/mainwindow.h
@@ -4,8 +4,9 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
-#include <QtGui/qpixmap.h>
-#include <QtWidgets/qwidget.h>
+#include <QPixmap>
+
+#include <QWidget>
QT_FORWARD_DECLARE_CLASS(QMouseEvent)
QT_FORWARD_DECLARE_CLASS(QUrl)