summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc
diff options
context:
space:
mode:
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)