summaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nfc/annotatedurl/mainwindow.h b/examples/nfc/annotatedurl/mainwindow.h
index 09fc2ea8..13c214ac 100644
--- a/examples/nfc/annotatedurl/mainwindow.h
+++ b/examples/nfc/annotatedurl/mainwindow.h
@@ -4,8 +4,8 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
-#include <QWidget>
-#include <QPixmap>
+#include <QtGui/qpixmap.h>
+#include <QtWidgets/qwidget.h>
QT_FORWARD_DECLARE_CLASS(QMouseEvent)
QT_FORWARD_DECLARE_CLASS(QUrl)