diff --git a/animations/pulser.h b/animations/pulser.h index 49477b2ab..7f4501c7d 100644 --- a/animations/pulser.h +++ b/animations/pulser.h @@ -27,7 +27,7 @@ namespace Plasma class PulseAnimationPrivate; -class PLASMA_EXPORT PulseAnimation : public Animation +class PulseAnimation : public Animation { Q_OBJECT diff --git a/animations/rotation.h b/animations/rotation.h index 387307d22..b2d45cf86 100644 --- a/animations/rotation.h +++ b/animations/rotation.h @@ -29,7 +29,7 @@ namespace Plasma { class RotationAnimationPrivate; -class PLASMA_EXPORT RotationAnimation : public Animation +class RotationAnimation : public Animation { public: RotationAnimation(const qint8 &reference = Center, diff --git a/animations/slide.h b/animations/slide.h index dc3643a06..b8d925c32 100644 --- a/animations/slide.h +++ b/animations/slide.h @@ -37,7 +37,7 @@ namespace Plasma * Effect that moves the object a specific distance in a given direction. The * object is optionally made invisible at the beginning or at the end. */ -class PLASMA_EXPORT SlideAnimation : public Animation +class SlideAnimation : public Animation { Q_OBJECT