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 f43ad7fd..4a46aad5 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -67,7 +67,7 @@ public: VEllipseTool( KarbonView *view ); virtual ~VEllipseTool(); - virtual void setup(KActionCollection *collection); + virtual void setup(TDEActionCollection *collection); virtual bool showDialog() const; virtual TQString uiname() { return i18n( "Ellipse Tool" ); } virtual VPath *shape( bool interactive = false ) const; |