summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qinputdialog.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 15:05:43 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 19:36:54 +0200
commit94c0628d22e844a23e1ee27cd3df03cc9e0e2c25 (patch)
treecd9c206d19ed9d4f246f4dc59c743bd13216c6cc /src/widgets/dialogs/qinputdialog.h
parente135c811bbde49b119c74b9ebb7f7b89e1b124fd (diff)
fix includes
Diffstat (limited to 'src/widgets/dialogs/qinputdialog.h')
-rw-r--r--src/widgets/dialogs/qinputdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/dialogs/qinputdialog.h b/src/widgets/dialogs/qinputdialog.h
index b0e6fbb216..6d8892a7f3 100644
--- a/src/widgets/dialogs/qinputdialog.h
+++ b/src/widgets/dialogs/qinputdialog.h
@@ -42,9 +42,9 @@
#ifndef QINPUTDIALOG_H
#define QINPUTDIALOG_H
-#include <QtGui/qdialog.h>
+#include <QtWidgets/qdialog.h>
#include <QtCore/qstring.h>
-#include <QtGui/qlineedit.h>
+#include <QtWidgets/qlineedit.h>
QT_BEGIN_HEADER