X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Ftransformation.h;h=0c7833c9e72703f4a7d75a0e9aba381989dd5a87;hb=d21f06832e860b1f1078c81ce082d450ca5dc3d7;hp=68faeb45ac8c55e0ad59ebf45ebbec73714fbb4f;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/dialog/transformation.h b/src/ui/dialog/transformation.h index 68faeb45a..0c7833c9e 100644 --- a/src/ui/dialog/transformation.h +++ b/src/ui/dialog/transformation.h @@ -65,33 +65,33 @@ public: * Show the Move panel */ void setPageMove() - { present(PAGE_MOVE); } + { presentPage(PAGE_MOVE); } /** * Show the Scale panel */ void setPageScale() - { present(PAGE_SCALE); } + { presentPage(PAGE_SCALE); } /** * Show the Rotate panel */ void setPageRotate() - { present(PAGE_ROTATE); } + { presentPage(PAGE_ROTATE); } /** * Show the Skew panel */ void setPageSkew() - { present(PAGE_SKEW); } + { presentPage(PAGE_SKEW); } /** * Show the Transform panel */ void setPageTransform() - { present(PAGE_TRANSFORM); } + { presentPage(PAGE_TRANSFORM); } int getCurrentPage() @@ -148,7 +148,7 @@ protected: void layoutPageTransform(); virtual void _apply(); - void present(PageType page); + void presentPage(PageType page); void onSelectionChanged(Inkscape::NSApplication::Application *inkscape, Inkscape::Selection *selection);