diff options
author | Timothy Pearson <[email protected]> | 2013-02-02 13:31:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-02 13:31:35 -0600 |
commit | d39184b18ee1b3e5c96c8fb03e292c4317dd664a (patch) | |
tree | ee8998aee1f24c529e8ee4b467acff285c361e02 /chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc | |
parent | ece35c015c54312eb13f583cc247cdd9a4051b4d (diff) | |
download | koffice-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.cc | 2 |
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) |