summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--microkde/kglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkde/kglobal.h b/microkde/kglobal.h
index 1e03bea..a6c2527 100644
--- a/microkde/kglobal.h
+++ b/microkde/kglobal.h
@@ -23,7 +23,7 @@ class KGlobal {
static void setLocale(KLocale *);
enum Orientation { Portrait, Landscape };
- enum Size { Small, Medium, Desktop };
+ enum Size { Small = 0, Medium = 1, Desktop = 2};
static int getDesktopWidth();
static int getDesktopHeight();