summaryrefslogtreecommitdiff
path: root/src/designer/src/components/propertyeditor/stringlisteditor.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-12-18 11:41:39 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-18 23:36:52 +0100
commitbee13a0805e256bb9055e389cf236dc93b369acc (patch)
tree135874f98082da2124137c20603ebc6386d745b5 /src/designer/src/components/propertyeditor/stringlisteditor.cpp
parent6387137cdb7ed76e0a16731ae580727bd41e24d1 (diff)
downloadqttools-bee13a0805e256bb9055e389cf236dc93b369acc.tar.gz
Fix compilation due to header changes
- Fix QtWidgets/QAbstractProxyModel => QtCore/QAbstractProxyModel - Fix QtWidgets/QItemSelection => QtCore/QItemSelection - Fix QtWidgets/QItemSelectionModel => QtCore/QItemSelectionModel - Fix QtWidgets/QSortFilterProxyModel => QtCore/QSortFilterProxyModel - Fix QtWidgets/QStringListModel => QtCore/QStringListModel Change-Id: Id410fb4c6ae89d32eac3242b9a8cbfb3442b0555 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'src/designer/src/components/propertyeditor/stringlisteditor.cpp')
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/stringlisteditor.cpp b/src/designer/src/components/propertyeditor/stringlisteditor.cpp
index c90815b0e..cf9d9873d 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditor.cpp
+++ b/src/designer/src/components/propertyeditor/stringlisteditor.cpp
@@ -41,7 +41,7 @@
#include "stringlisteditor.h"
#include <iconloader_p.h>
-#include <QtWidgets/QStringListModel>
+#include <QtCore/QStringListModel>
QT_BEGIN_NAMESPACE