summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/common.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/common.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/common.h b/noncore/apps/opie-console/common.h
index a621ff5..645d5c5 100644
--- a/noncore/apps/opie-console/common.h
+++ b/noncore/apps/opie-console/common.h
@@ -109,4 +109,4 @@ struct ColorEntry
QColor color;
- bool transparent; // if used on bg
- bool bold; // if used on fg
+ bool transparent : 1; // if used on bg
+ bool bold : 1; // if used on fg
};