diff options
Diffstat (limited to 'karbon/core/vobject.h')
-rw-r--r-- | karbon/core/vobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/core/vobject.h b/karbon/core/vobject.h index 899422ee..eccc6180 100644 --- a/karbon/core/vobject.h +++ b/karbon/core/vobject.h @@ -57,7 +57,7 @@ public: hidden_locked = 3, /**< hidden and locked (r/o) */ deleted = 4, /**< deleted, nearly dead */ - // tqshape specific states: + // shape specific states: selected = 5, /**< visible, active and can be manipulated by tools */ edit = 6 /**< visible, active and is currently manipulated by a tool */ }; |