SlowSpeed before NormalSpeed

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801339
This commit is contained in:
Davide Bettio 2008-04-26 11:49:59 +00:00
parent 0c283924be
commit b976255bf3

View File

@ -53,8 +53,8 @@ class PLASMA_EXPORT AbstractRunner : public QObject
Q_OBJECT
public:
enum Speed { NormalSpeed,
SlowSpeed
enum Speed { SlowSpeed,
NormalSpeed
};
enum Priority { LowestPriority = 0,