summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools
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
parentece35c015c54312eb13f583cc247cdd9a4051b4d (diff)
downloadkoffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.tar.gz
koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.zip
Fix unintended renaming
Diffstat (limited to 'chalk/plugins/tools/selectiontools')
-rw-r--r--chalk/plugins/tools/selectiontools/Makefile.am12
-rw-r--r--chalk/plugins/tools/selectiontools/chalkselectiontools.desktop (renamed from chalk/plugins/tools/selectiontools/chaltdeselectiontools.desktop)2
-rw-r--r--chalk/plugins/tools/selectiontools/selection_tools.cc2
3 files changed, 8 insertions, 8 deletions
diff --git a/chalk/plugins/tools/selectiontools/Makefile.am b/chalk/plugins/tools/selectiontools/Makefile.am
index 5bb87983..49d3f571 100644
--- a/chalk/plugins/tools/selectiontools/Makefile.am
+++ b/chalk/plugins/tools/selectiontools/Makefile.am
@@ -1,4 +1,4 @@
-kde_services_DATA = chaltdeselectiontools.desktop
+kde_services_DATA = chalkselectiontools.desktop
# all_includes must remain last!
INCLUDES = -I$(srcdir)/../../../sdk \
@@ -9,13 +9,13 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
-chaltdeselectiontools_la_SOURCES = kis_tool_move_selection.cc \
+chalkselectiontools_la_SOURCES = kis_tool_move_selection.cc \
kis_tool_select_brush.cc kis_tool_select_contiguous.cc kis_tool_select_elliptical.cc \
kis_tool_select_eraser.cc kis_tool_select_outline.cc kis_tool_select_polygonal.cc \
kis_tool_select_rectangular.cc selection_tools.cc
# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = chaltdeselectiontools.la
+kde_module_LTLIBRARIES = chalkselectiontools.la
noinst_HEADERS = \
selection_tools.h \
@@ -28,13 +28,13 @@ noinst_HEADERS = \
kis_tool_select_elliptical.h
-chaltdeselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
-chaltdeselectiontools_la_LIBADD = ../../../libchalkcommon.la \
+chalkselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
+chalkselectiontools_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
-chaltdeselectiontools_la_METASOURCES = AUTO
+chalkselectiontools_la_METASOURCES = AUTO
KDE_OPTIONS = nofinal
diff --git a/chalk/plugins/tools/selectiontools/chaltdeselectiontools.desktop b/chalk/plugins/tools/selectiontools/chalkselectiontools.desktop
index b18a857a..f005126b 100644
--- a/chalk/plugins/tools/selectiontools/chaltdeselectiontools.desktop
+++ b/chalk/plugins/tools/selectiontools/chalkselectiontools.desktop
@@ -48,5 +48,5 @@ Name[zh_CN]=选择工具
Name[zh_TW]=選取區工具
ServiceTypes=Chalk/Tool
Type=Service
-X-TDE-Library=chaltdeselectiontools
+X-TDE-Library=chalkselectiontools
X-Chalk-Version=2
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 &)