summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrView.cpp')
-rw-r--r--kpresenter/KPrView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp
index 220dc91b..c581ddf4 100644
--- a/kpresenter/KPrView.cpp
+++ b/kpresenter/KPrView.cpp
@@ -2049,7 +2049,7 @@ void KPrView::extraLineBeginDoubleLineArrow()
void KPrView::setExtraLineBegin(LineEnd lb)
{
KCommand * cmd( getPenCmd( i18n("Change Line Begin"), KoPen(),
- lb, L_NORMAL, KoPenCmd::LineBegin ) );
+ lb, L_NORMAL, KoPenCmd::BeginLine ) );
if( cmd )
kPresenterDoc()->addCommand( cmd );
else
@@ -2099,7 +2099,7 @@ void KPrView::extraLineEndDoubleLineArrow()
void KPrView::setExtraLineEnd(LineEnd le)
{
KCommand * cmd( getPenCmd( i18n("Change Line End"), KoPen(),
- L_NORMAL, le, KoPenCmd::LineEnd ) );
+ L_NORMAL, le, KoPenCmd::EndLine ) );
if( cmd )
kPresenterDoc()->addCommand( cmd );
else