summaryrefslogtreecommitdiffstats
path: root/qtwinmigrate/examples/mfc/step5
diff options
context:
space:
mode:
Diffstat (limited to 'qtwinmigrate/examples/mfc/step5')
-rw-r--r--qtwinmigrate/examples/mfc/step5/childview.cpp8
-rw-r--r--qtwinmigrate/examples/mfc/step5/childview.h2
-rw-r--r--qtwinmigrate/examples/mfc/step5/mainframe.h2
-rw-r--r--qtwinmigrate/examples/mfc/step5/qtmfc.cpp2
4 files changed, 7 insertions, 7 deletions
diff --git a/qtwinmigrate/examples/mfc/step5/childview.cpp b/qtwinmigrate/examples/mfc/step5/childview.cpp
index 33ee139..3a89e2a 100644
--- a/qtwinmigrate/examples/mfc/step5/childview.cpp
+++ b/qtwinmigrate/examples/mfc/step5/childview.cpp
@@ -43,10 +43,10 @@
#include "childview.h"
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QLayout>
-#include <QtGui/QPainter>
+#include <QLabel>
+#include <QLineEdit>
+#include <QLayout>
+#include <QPainter>
/////////////////////////////////////////////////////////////////////////////
// ChildView
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
{
diff --git a/qtwinmigrate/examples/mfc/step5/mainframe.h b/qtwinmigrate/examples/mfc/step5/mainframe.h
index 41de873..d69eafd 100644
--- a/qtwinmigrate/examples/mfc/step5/mainframe.h
+++ b/qtwinmigrate/examples/mfc/step5/mainframe.h
@@ -45,7 +45,7 @@
#ifndef MAINFRAME_H
#define MAINFRAME_H
-#include <QtGui/QMainWindow>
+#include <QMainWindow>
class ChildView;
diff --git a/qtwinmigrate/examples/mfc/step5/qtmfc.cpp b/qtwinmigrate/examples/mfc/step5/qtmfc.cpp
index bd9503c..e44a0d7 100644
--- a/qtwinmigrate/examples/mfc/step5/qtmfc.cpp
+++ b/qtwinmigrate/examples/mfc/step5/qtmfc.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
+#include <QApplication>
#include "mainframe.h"
int main(int argc, char **argv)