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 ce39a119..7da59745 100644 --- a/karbon/tools/vrectangletool.h +++ b/karbon/tools/vrectangletool.h @@ -36,7 +36,7 @@ public: VRectangleTool( KarbonView *view ); virtual ~VRectangleTool(); - virtual void setup(KActionCollection *collection); + virtual void setup(TDEActionCollection *collection); virtual bool showDialog() const; virtual TQString uiname() { return i18n( "Rectangle Tool" ); } virtual VPath* shape( bool interactive = false ) const; |