summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:31:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:31:35 -0600
commitd39184b18ee1b3e5c96c8fb03e292c4317dd664a (patch)
treeee8998aee1f24c529e8ee4b467acff285c361e02 /chalk/plugins/tools/tool_polygon
parentece35c015c54312eb13f583cc247cdd9a4051b4d (diff)
downloadkoffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.tar.gz
koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.zip
Fix unintended renaming
Diffstat (limited to 'chalk/plugins/tools/tool_polygon')
-rw-r--r--chalk/plugins/tools/tool_polygon/Makefile.am12
-rw-r--r--chalk/plugins/tools/tool_polygon/chalktoolpolygon.desktop (renamed from chalk/plugins/tools/tool_polygon/chaltdetoolpolygon.desktop)2
-rw-r--r--chalk/plugins/tools/tool_polygon/tool_polygon.cc2
3 files changed, 8 insertions, 8 deletions
diff --git a/chalk/plugins/tools/tool_polygon/Makefile.am b/chalk/plugins/tools/tool_polygon/Makefile.am
index c72db700..ad69e2cc 100644
--- a/chalk/plugins/tools/tool_polygon/Makefile.am
+++ b/chalk/plugins/tools/tool_polygon/Makefile.am
@@ -1,4 +1,4 @@
-kde_services_DATA = chaltdetoolpolygon.desktop
+kde_services_DATA = chalktoolpolygon.desktop
# all_includes must remain last!
INCLUDES = -I$(srcdir)/../../../sdk \
@@ -9,24 +9,24 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
-chaltdetoolpolygon_la_SOURCES = \
+chalktoolpolygon_la_SOURCES = \
tool_polygon.cc \
kis_tool_polygon.cc
# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = chaltdetoolpolygon.la
+kde_module_LTLIBRARIES = chalktoolpolygon.la
noinst_HEADERS = \
tool_polygon.h \
kis_tool_polygon.h
-chaltdetoolpolygon_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
-chaltdetoolpolygon_la_LIBADD = ../../../libchalkcommon.la \
+chalktoolpolygon_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
+chalktoolpolygon_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
-chaltdetoolpolygon_la_METASOURCES = AUTO
+chalktoolpolygon_la_METASOURCES = AUTO
KDE_OPTIONS = nofinal
diff --git a/chalk/plugins/tools/tool_polygon/chaltdetoolpolygon.desktop b/chalk/plugins/tools/tool_polygon/chalktoolpolygon.desktop
index f58ddc8a..2b10ed9d 100644
--- a/chalk/plugins/tools/tool_polygon/chaltdetoolpolygon.desktop
+++ b/chalk/plugins/tools/tool_polygon/chalktoolpolygon.desktop
@@ -48,5 +48,5 @@ Name[zh_CN]=多边形工具
Name[zh_TW]=多邊形工具
ServiceTypes=Chalk/Tool
Type=Service
-X-TDE-Library=chaltdetoolpolygon
+X-TDE-Library=chalktoolpolygon
X-Chalk-Version=2
diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.cc b/chalk/plugins/tools/tool_polygon/tool_polygon.cc
index c5783cba..5ace6079 100644
--- a/chalk/plugins/tools/tool_polygon/tool_polygon.cc
+++ b/chalk/plugins/tools/tool_polygon/tool_polygon.cc
@@ -39,7 +39,7 @@
typedef KGenericFactory<ToolPolygon> ToolPolygonFactory;
-K_EXPORT_COMPONENT_FACTORY( chaltdetoolpolygon, ToolPolygonFactory( "chalk" ) )
+K_EXPORT_COMPONENT_FACTORY( chalktoolpolygon, ToolPolygonFactory( "chalk" ) )
ToolPolygon::ToolPolygon(TQObject *parent, const char *name, const TQStringList &)