aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlobserver/proxysettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlobserver/proxysettings.h')
-rw-r--r--share/qtcreator/qml/qmlobserver/proxysettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmlobserver/proxysettings.h b/share/qtcreator/qml/qmlobserver/proxysettings.h
index 679213e888..9c1714caa6 100644
--- a/share/qtcreator/qml/qmlobserver/proxysettings.h
+++ b/share/qtcreator/qml/qmlobserver/proxysettings.h
@@ -32,8 +32,8 @@
#ifndef PROXYSETTINGS_H
#define PROXYSETTINGS_H
-#include <QtGui/QDialog>
-#include <QtNetwork/QNetworkProxy>
+#include <QDialog>
+#include <QNetworkProxy>
#ifdef Q_WS_MAEMO_5
#include "ui_proxysettings_maemo5.h"
#else