From 6dc7cf2a05de70aed0b3cba09abcc38d66298def Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 22 Oct 2009 04:08:31 +0000 Subject: [PATCH] don't export these classes svn path=/trunk/KDE/kdelibs/; revision=1038852 --- animations/pulser.h | 2 +- animations/rotation.h | 2 +- animations/slide.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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