diff options
Diffstat (limited to 'knode/kngroup.h')
-rw-r--r-- | knode/kngroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kngroup.h b/knode/kngroup.h index 76a9d0dd1..fef5c6d62 100644 --- a/knode/kngroup.h +++ b/knode/kngroup.h @@ -124,7 +124,7 @@ class KNGroup : public KNArticleCollection , public KNJobItem { KNConfig::Identity* identity()const { return i_dentity; } void setIdentity(KNConfig::Identity *i) { i_dentity=i; } Status status()const { return s_tatus; } - void seStatus(Status s) { s_tatus=s; } + void setStatus(Status s) { s_tatus=s; } void showProperties(); // cleanup configuration |