summaryrefslogtreecommitdiffstats
path: root/qtsoap/examples/google/google.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtsoap/examples/google/google.cpp')
-rw-r--r--qtsoap/examples/google/google.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/qtsoap/examples/google/google.cpp b/qtsoap/examples/google/google.cpp
index 837830e..17f8839 100644
--- a/qtsoap/examples/google/google.cpp
+++ b/qtsoap/examples/google/google.cpp
@@ -38,15 +38,15 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
-#include <QtGui/QMessageBox>
-#include <QtGui/QCursor>
-#include <QtCore/QFile>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QTextBrowser>
-#include <QtGui/QLayout>
-#include <QtGui/QPushButton>
+#include <QApplication>
+#include <QMessageBox>
+#include <QCursor>
+#include <QFile>
+#include <QLabel>
+#include <QLineEdit>
+#include <QTextBrowser>
+#include <QLayout>
+#include <QPushButton>
#include "google.h"
Google::Google(QWidget *parent)