Workaround to make kdelibs build in OSX 10.5.x (a.k.a. Leopard). Apple should

provide a newer compiler to its users.


svn path=/trunk/KDE/kdelibs/; revision=1036308
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-10-16 23:32:08 +00:00
parent 8bf21cc7d7
commit cb6dddf5cd

View File

@ -48,21 +48,21 @@ class PLASMA_EXPORT Animator : public QObject
public: public:
enum KDE_DEPRECATED Animation { enum Animation {
AppearAnimation = 0, /*<< Animate the appearance of an element */ AppearAnimation = 0, /*<< Animate the appearance of an element */
DisappearAnimation, /*<< Animate the disappearance of an element */ DisappearAnimation, /*<< Animate the disappearance of an element */
ActivateAnimation /*<< When something is activated or launched, ActivateAnimation /*<< When something is activated or launched,
such as an app icon being clicked */ such as an app icon being clicked */
}; };
enum KDE_DEPRECATED CurveShape { enum CurveShape {
EaseInCurve = 0, EaseInCurve = 0,
EaseOutCurve, EaseOutCurve,
EaseInOutCurve, EaseInOutCurve,
LinearCurve LinearCurve
}; };
enum KDE_DEPRECATED Movement { enum Movement {
SlideInMovement = 0, SlideInMovement = 0,
SlideOutMovement, SlideOutMovement,
FastSlideInMovement, FastSlideInMovement,