diff options
Diffstat (limited to 'karbon/tools/vselecttool.h')
-rw-r--r-- | karbon/tools/vselecttool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h index 2785b66f..e7791172 100644 --- a/karbon/tools/vselecttool.h +++ b/karbon/tools/vselecttool.h @@ -51,7 +51,7 @@ public: VSelectTool( KarbonView *view ); virtual ~VSelectTool(); - virtual void setup(KActionCollection *collection); + virtual void setup(TDEActionCollection *collection); virtual bool showDialog() const; virtual TQString uiname() { return i18n( "Select Tool" ); } virtual enumToolType toolType() { return TOOL_SELECT; } |