diff options
Diffstat (limited to 'chalk/plugins/tools/selectiontools/selection_tools.cc')
-rw-r--r-- | chalk/plugins/tools/selectiontools/selection_tools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/selection_tools.cc b/chalk/plugins/tools/selectiontools/selection_tools.cc index 2fdedc0c..fb0e6191 100644 --- a/chalk/plugins/tools/selectiontools/selection_tools.cc +++ b/chalk/plugins/tools/selectiontools/selection_tools.cc @@ -48,7 +48,7 @@ #include "kis_tool_move_selection.h" typedef KGenericFactory<SelectionTools> SelectionToolsFactory; -K_EXPORT_COMPONENT_FACTORY( chaltdeselectiontools, SelectionToolsFactory( "chalk" ) ) +K_EXPORT_COMPONENT_FACTORY( chalkselectiontools, SelectionToolsFactory( "chalk" ) ) SelectionTools::SelectionTools(TQObject *parent, const char *name, const TQStringList &) |