summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_selectsimilar/selectsimilar.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/tool_selectsimilar/selectsimilar.cc
parentece35c015c54312eb13f583cc247cdd9a4051b4d (diff)
downloadkoffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.tar.gz
koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.zip
Fix unintended renaming
Diffstat (limited to 'chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc')
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc
index 85cf98be..95c315d8 100644
--- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc
+++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc
@@ -39,7 +39,7 @@
#include "kis_tool_selectsimilar.h"
typedef KGenericFactory<SelectSimilar> SelectSimilarFactory;
-K_EXPORT_COMPONENT_FACTORY( chaltdetoolselectsimilar, SelectSimilarFactory( "chalk" ) )
+K_EXPORT_COMPONENT_FACTORY( chalktoolselectsimilar, SelectSimilarFactory( "chalk" ) )
SelectSimilar::SelectSimilar(TQObject *parent, const char *name, const TQStringList &)
: KParts::Plugin(parent, name)