don't export these classes

svn path=/trunk/KDE/kdelibs/; revision=1038852
This commit is contained in:
Aaron J. Seigo 2009-10-22 04:08:31 +00:00
parent ece29b7300
commit 6dc7cf2a05
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ namespace Plasma
class PulseAnimationPrivate;
class PLASMA_EXPORT PulseAnimation : public Animation
class PulseAnimation : public Animation
{
Q_OBJECT

View File

@ -29,7 +29,7 @@ namespace Plasma {
class RotationAnimationPrivate;
class PLASMA_EXPORT RotationAnimation : public Animation
class RotationAnimation : public Animation
{
public:
RotationAnimation(const qint8 &reference = Center,

View File

@ -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