summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick Spendrin <patrick.spendrin@kdab.com>2013-02-12 21:26:28 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-02-13 13:16:55 +0100
commit7bd6205398b2d89b3ac083b2f6f00b197f40057a (patch)
tree7b32ec5e0c0a30ed2b8cd470dc8ae014674d257f /src
parent5a989894bbd0438668efc3ea66f155b8a949a6f9 (diff)
Do not use export macros for pluginsv5.0.0
this fixes build problems under windows and won't change anything under other platforms Change-Id: I96575aaa449b6a94e7971d401ae8ba9bf76a9078 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/styles/cleanlooks/qcleanlooksstyle.h2
-rw-r--r--src/plugins/styles/motif/qcdestyle.h2
-rw-r--r--src/plugins/styles/motif/qmotifstyle.h2
-rw-r--r--src/plugins/styles/plastique/qplastiquestyle.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/styles/cleanlooks/qcleanlooksstyle.h b/src/plugins/styles/cleanlooks/qcleanlooksstyle.h
index 41918f3..f93f063 100644
--- a/src/plugins/styles/cleanlooks/qcleanlooksstyle.h
+++ b/src/plugins/styles/cleanlooks/qcleanlooksstyle.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
class QProgressBar;
-class Q_WIDGETS_EXPORT QCleanlooksStyle : public QProxyStyle
+class QCleanlooksStyle : public QProxyStyle
{
Q_OBJECT
diff --git a/src/plugins/styles/motif/qcdestyle.h b/src/plugins/styles/motif/qcdestyle.h
index 097fb60..90188ed 100644
--- a/src/plugins/styles/motif/qcdestyle.h
+++ b/src/plugins/styles/motif/qcdestyle.h
@@ -49,7 +49,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-class Q_WIDGETS_EXPORT QCDEStyle : public QMotifStyle
+class QCDEStyle : public QMotifStyle
{
Q_OBJECT
public:
diff --git a/src/plugins/styles/motif/qmotifstyle.h b/src/plugins/styles/motif/qmotifstyle.h
index 56acae7..218b18d 100644
--- a/src/plugins/styles/motif/qmotifstyle.h
+++ b/src/plugins/styles/motif/qmotifstyle.h
@@ -54,7 +54,7 @@ class QPalette;
class QFocusFrame;
class QProgressBar;
-class Q_WIDGETS_EXPORT QMotifStyle : public QCommonStyle
+class QMotifStyle : public QCommonStyle
{
Q_OBJECT
diff --git a/src/plugins/styles/plastique/qplastiquestyle.h b/src/plugins/styles/plastique/qplastiquestyle.h
index 130167d..3cd7c90 100644
--- a/src/plugins/styles/plastique/qplastiquestyle.h
+++ b/src/plugins/styles/plastique/qplastiquestyle.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
class QProgressBar;
-class Q_WIDGETS_EXPORT QPlastiqueStyle : public QProxyStyle
+class QPlastiqueStyle : public QProxyStyle
{
Q_OBJECT