summaryrefslogtreecommitdiffstats
path: root/qtwinmigrate/examples/mfc/step5/childview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtwinmigrate/examples/mfc/step5/childview.h')
-rw-r--r--qtwinmigrate/examples/mfc/step5/childview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwinmigrate/examples/mfc/step5/childview.h b/qtwinmigrate/examples/mfc/step5/childview.h
index 86fe54b..717d7ee 100644
--- a/qtwinmigrate/examples/mfc/step5/childview.h
+++ b/qtwinmigrate/examples/mfc/step5/childview.h
@@ -45,7 +45,7 @@
#ifndef CHILDVIEW_H
#define CHILDVIEW_H
-#include <QtGui/QWidget>
+#include <QWidget>
class ChildView : public QWidget
{