summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qitemeditorfactory.h
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2011-06-08 09:51:07 +0200
committerOlli Werwolff <qt-info@nokia.com>2011-06-08 10:43:55 +0200
commit819f9ca965279562f34895dab405f28162c0b8ab (patch)
tree8e129b6846ec1762c5d33c4788be58abb29ad95b /src/widgets/itemviews/qitemeditorfactory.h
parent6a243e555901b4345fec83b064ff378863f2d147 (diff)
Use Q_WIDGETS_EXPORT for widgets library
Reviewed-by: Lars Knoll
Diffstat (limited to 'src/widgets/itemviews/qitemeditorfactory.h')
-rw-r--r--src/widgets/itemviews/qitemeditorfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qitemeditorfactory.h b/src/widgets/itemviews/qitemeditorfactory.h
index 5b70e6ac8b..b48cac224f 100644
--- a/src/widgets/itemviews/qitemeditorfactory.h
+++ b/src/widgets/itemviews/qitemeditorfactory.h
@@ -57,7 +57,7 @@ QT_MODULE(Gui)
class QWidget;
-class Q_GUI_EXPORT QItemEditorCreatorBase
+class Q_WIDGETS_EXPORT QItemEditorCreatorBase
{
public:
virtual ~QItemEditorCreatorBase() {}
@@ -97,7 +97,7 @@ template <class T>
Q_INLINE_TEMPLATE QItemEditorCreator<T>::QItemEditorCreator(const QByteArray &avaluePropertyName)
: propertyName(avaluePropertyName) {}
-class Q_GUI_EXPORT QItemEditorFactory
+class Q_WIDGETS_EXPORT QItemEditorFactory
{
public:
inline QItemEditorFactory() {}