diff options
Diffstat (limited to 'karbon/tools/vellipsetool.h')
-rw-r--r-- | karbon/tools/vellipsetool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h index 5a605c53..859cac96 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -70,7 +70,7 @@ public: virtual void setup(KActionCollection *collection); virtual bool showDialog() const; virtual TQString uiname() { return i18n( "Ellipse Tool" ); } - virtual VPath *shape( bool interactive = false ) const; + virtual VPath *tqshape( bool interactive = false ) const; void refreshUnit(); protected: |