diff options
Diffstat (limited to 'kpresenter/KPrCommand.h')
-rw-r--r-- | kpresenter/KPrCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrCommand.h b/kpresenter/KPrCommand.h index 4ad3497c2..b7d47a890 100644 --- a/kpresenter/KPrCommand.h +++ b/kpresenter/KPrCommand.h @@ -375,12 +375,12 @@ public: // the flags indicate what has changed enum PenConfigChange { - LineBegin = 1, - LineEnd = 2, + BeginLine = 1, + EndLine = 2, Color = 4, Width = 8, Style = 16, - All = LineBegin | LineEnd | Color | Width | Style + All = BeginLine | EndLine | Color | Width | Style }; KoPenCmd( const TQString &_name, TQPtrList<KPrObject> &_objects, Pen _newPen, |