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