diff options
Diffstat (limited to 'karbon/tools/vroundrecttool.h')
-rw-r--r-- | karbon/tools/vroundrecttool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vroundrecttool.h b/karbon/tools/vroundrecttool.h index 5149ff2f..59a2fab0 100644 --- a/karbon/tools/vroundrecttool.h +++ b/karbon/tools/vroundrecttool.h @@ -43,7 +43,7 @@ public: virtual void setup(KActionCollection *collection); virtual TQString uiname() { return i18n( "Round Rectangle Tool" ); } - virtual VPath* shape( bool interactive = false ) const; + virtual VPath* tqshape( bool interactive = false ) const; void refreshUnit(); |