summaryrefslogtreecommitdiffabout
path: root/microkde/kglobal.h
Unidiff
Diffstat (limited to 'microkde/kglobal.h') (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 {
23 static void setLocale(KLocale *); 23 static void setLocale(KLocale *);
24 24
25 enum Orientation { Portrait, Landscape }; 25 enum Orientation { Portrait, Landscape };
26 enum Size { Small, Medium, Desktop }; 26 enum Size { Small = 0, Medium = 1, Desktop = 2};
27 27
28 static int getDesktopWidth(); 28 static int getDesktopWidth();
29 static int getDesktopHeight(); 29 static int getDesktopHeight();