summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qboxlayout.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/kernel/qboxlayout.h
parent6a243e555901b4345fec83b064ff378863f2d147 (diff)
Use Q_WIDGETS_EXPORT for widgets library
Reviewed-by: Lars Knoll
Diffstat (limited to 'src/widgets/kernel/qboxlayout.h')
-rw-r--r--src/widgets/kernel/qboxlayout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/kernel/qboxlayout.h b/src/widgets/kernel/qboxlayout.h
index bd343729f5..7c56a32979 100644
--- a/src/widgets/kernel/qboxlayout.h
+++ b/src/widgets/kernel/qboxlayout.h
@@ -57,7 +57,7 @@ QT_MODULE(Gui)
class QBoxLayoutPrivate;
-class Q_GUI_EXPORT QBoxLayout : public QLayout
+class Q_WIDGETS_EXPORT QBoxLayout : public QLayout
{
Q_OBJECT
Q_DECLARE_PRIVATE(QBoxLayout)
@@ -126,7 +126,7 @@ private:
Q_DISABLE_COPY(QBoxLayout)
};
-class Q_GUI_EXPORT QHBoxLayout : public QBoxLayout
+class Q_WIDGETS_EXPORT QHBoxLayout : public QBoxLayout
{
Q_OBJECT
public:
@@ -146,7 +146,7 @@ private:
Q_DISABLE_COPY(QHBoxLayout)
};
-class Q_GUI_EXPORT QVBoxLayout : public QBoxLayout
+class Q_WIDGETS_EXPORT QVBoxLayout : public QBoxLayout
{
Q_OBJECT
public: