don't export these classes
svn path=/trunk/KDE/kdelibs/; revision=1038852
This commit is contained in:
parent
ece29b7300
commit
6dc7cf2a05
@ -27,7 +27,7 @@ namespace Plasma
|
|||||||
|
|
||||||
class PulseAnimationPrivate;
|
class PulseAnimationPrivate;
|
||||||
|
|
||||||
class PLASMA_EXPORT PulseAnimation : public Animation
|
class PulseAnimation : public Animation
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ namespace Plasma {
|
|||||||
|
|
||||||
class RotationAnimationPrivate;
|
class RotationAnimationPrivate;
|
||||||
|
|
||||||
class PLASMA_EXPORT RotationAnimation : public Animation
|
class RotationAnimation : public Animation
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RotationAnimation(const qint8 &reference = Center,
|
RotationAnimation(const qint8 &reference = Center,
|
||||||
|
@ -37,7 +37,7 @@ namespace Plasma
|
|||||||
* Effect that moves the object a specific distance in a given direction. The
|
* 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.
|
* object is optionally made invisible at the beginning or at the end.
|
||||||
*/
|
*/
|
||||||
class PLASMA_EXPORT SlideAnimation : public Animation
|
class SlideAnimation : public Animation
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user