summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools/selection_tools.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-02 13:31:35 -0600
committerTimothy Pearson <[email protected]>2013-02-02 13:31:35 -0600
commitd39184b18ee1b3e5c96c8fb03e292c4317dd664a (patch)
treeee8998aee1f24c529e8ee4b467acff285c361e02 /chalk/plugins/tools/selectiontools/selection_tools.cc
parentece35c015c54312eb13f583cc247cdd9a4051b4d (diff)
downloadkoffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.tar.gz
koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.zip
Fix unintended renaming
Diffstat (limited to 'chalk/plugins/tools/selectiontools/selection_tools.cc')
-rw-r--r--chalk/plugins/tools/selectiontools/selection_tools.cc2
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 &)