summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_tool_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_tool_manager.h')
-rw-r--r--chalk/ui/kis_tool_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_tool_manager.h b/chalk/ui/kis_tool_manager.h
index e19d0b07..4b937881 100644
--- a/chalk/ui/kis_tool_manager.h
+++ b/chalk/ui/kis_tool_manager.h
@@ -52,7 +52,7 @@ public:
public:
- void setUp(KoToolBox * toolbox, KoPaletteManager * paletteManager, KActionCollection * collection);
+ void setUp(KoToolBox * toolbox, KoPaletteManager * paletteManager, TDEActionCollection * collection);
// Called when the toolbox is deleted because the view was made inactive in favour of another view
void youAintGotNoToolBox();
@@ -86,7 +86,7 @@ private:
KisCanvasController * m_controller;
KoPaletteManager * m_paletteManager;
- KActionCollection * m_actionCollection;
+ TDEActionCollection * m_actionCollection;
KoToolBox * m_toolBox;