summaryrefslogtreecommitdiffabout
path: root/microkde/kglobal.h
Side-by-side diff
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
@@ -25,3 +25,3 @@ class KGlobal {
enum Orientation { Portrait, Landscape };
- enum Size { Small, Medium, Desktop };
+ enum Size { Small = 0, Medium = 1, Desktop = 2};