summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_selectsimilar
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_selectsimilar')
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/Makefile.am12
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/chaltdetoolselectsimilar.desktop2
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cc2
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc2
4 files changed, 9 insertions, 9 deletions
diff --git a/chalk/plugins/tools/tool_selectsimilar/Makefile.am b/chalk/plugins/tools/tool_selectsimilar/Makefile.am
index 84bb341e..c7ac5a2e 100644
--- a/chalk/plugins/tools/tool_selectsimilar/Makefile.am
+++ b/chalk/plugins/tools/tool_selectsimilar/Makefile.am
@@ -1,4 +1,4 @@
-kde_services_DATA = chalktoolselectsimilar.desktop
+kde_services_DATA = chaltdetoolselectsimilar.desktop
INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../core \
@@ -9,18 +9,18 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
-chalktoolselectsimilar_la_SOURCES = selectsimilar.cc kis_tool_selectsimilar.cc
+chaltdetoolselectsimilar_la_SOURCES = selectsimilar.cc kis_tool_selectsimilar.cc
noinst_HEADERS = selectsimilar.h kis_tool_selectsimilar.h
-kde_module_LTLIBRARIES = chalktoolselectsimilar.la
+kde_module_LTLIBRARIES = chaltdetoolselectsimilar.la
-chalktoolselectsimilar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
-chalktoolselectsimilar_la_LIBADD = ../../../libchalkcommon.la \
+chaltdetoolselectsimilar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
+chaltdetoolselectsimilar_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
-chalktoolselectsimilar_la_METASOURCES = AUTO
+chaltdetoolselectsimilar_la_METASOURCES = AUTO
KDE_OPTIONS = nofinal
diff --git a/chalk/plugins/tools/tool_selectsimilar/chaltdetoolselectsimilar.desktop b/chalk/plugins/tools/tool_selectsimilar/chaltdetoolselectsimilar.desktop
index cc83dccc..32d28701 100644
--- a/chalk/plugins/tools/tool_selectsimilar/chaltdetoolselectsimilar.desktop
+++ b/chalk/plugins/tools/tool_selectsimilar/chaltdetoolselectsimilar.desktop
@@ -39,5 +39,5 @@ Name[zh_CN]=选择相似颜色工具
Name[zh_TW]=選取近似色彩工具
ServiceTypes=Chalk/Tool
Type=Service
-X-TDE-Library=chalktoolselectsimilar
+X-TDE-Library=chaltdetoolselectsimilar
X-Chalk-Version=2
diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cc b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cc
index 4827af08..acaddb7c 100644
--- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cc
+++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cc
@@ -26,7 +26,7 @@
#include <tqtimer.h>
#include <kapplication.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <knuminput.h>
diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.cc
index 95c315d8..85cf98be 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( chalktoolselectsimilar, SelectSimilarFactory( "chalk" ) )
+K_EXPORT_COMPONENT_FACTORY( chaltdetoolselectsimilar, SelectSimilarFactory( "chalk" ) )
SelectSimilar::SelectSimilar(TQObject *parent, const char *name, const TQStringList &)
: KParts::Plugin(parent, name)