summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qstroker_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qstroker_p.h')
-rw-r--r--src/gui/painting/qstroker_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/painting/qstroker_p.h b/src/gui/painting/qstroker_p.h
index 72141aa..a1c80ef 100644
--- a/src/gui/painting/qstroker_p.h
+++ b/src/gui/painting/qstroker_p.h
@@ -124,7 +124,7 @@ typedef void (*qStrokerCubicToHook)(qfixed c1x, qfixed c1y,
qfixed ex, qfixed ey,
void *data);
-class Q_GUI_EXPORT QStrokerOps
+class QStrokerOps
{
public:
struct Element {
@@ -179,7 +179,7 @@ private:
};
-class Q_GUI_EXPORT QStroker : public QStrokerOps
+class QStroker : public QStrokerOps
{
public:
@@ -240,7 +240,7 @@ protected:
qfixed m_back2Y;
};
-class Q_GUI_EXPORT QDashStroker : public QStrokerOps
+class QDashStroker : public QStrokerOps
{
public:
QDashStroker(QStroker *stroker);