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_perspectivegrid | |
parent | ece35c015c54312eb13f583cc247cdd9a4051b4d (diff) | |
download | koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.tar.gz koffice-d39184b18ee1b3e5c96c8fb03e292c4317dd664a.zip |
Fix unintended renaming
Diffstat (limited to 'chalk/plugins/tools/tool_perspectivegrid')
-rw-r--r-- | chalk/plugins/tools/tool_perspectivegrid/Makefile.am | 10 | ||||
-rw-r--r-- | chalk/plugins/tools/tool_perspectivegrid/chalktoolperspectivegrid.desktop (renamed from chalk/plugins/tools/tool_perspectivegrid/chaltdetoolperspectivegrid.desktop) | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.cc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/chalk/plugins/tools/tool_perspectivegrid/Makefile.am b/chalk/plugins/tools/tool_perspectivegrid/Makefile.am index df749152..53475991 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/Makefile.am +++ b/chalk/plugins/tools/tool_perspectivegrid/Makefile.am @@ -1,4 +1,4 @@ -kde_services_DATA = chaltdetoolperspectivegrid.desktop +kde_services_DATA = chalktoolperspectivegrid.desktop # all_includes must remain last! INCLUDES = -I$(srcdir)/../../../sdk \ @@ -9,19 +9,19 @@ INCLUDES = -I$(srcdir)/../../../sdk \ $(KOFFICE_INCLUDES) \ $(all_includes) -chaltdetoolperspectivegrid_la_SOURCES = \ +chalktoolperspectivegrid_la_SOURCES = \ tool_perspectivegrid.cc \ kis_tool_perspectivegrid.cc # Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = chaltdetoolperspectivegrid.la +kde_module_LTLIBRARIES = chalktoolperspectivegrid.la noinst_HEADERS = \ tool_perspectivegrid.h \ kis_tool_perspectivegrid.h -chaltdetoolperspectivegrid_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -chaltdetoolperspectivegrid_la_LIBADD = ../../../libchalkcommon.la \ +chalktoolperspectivegrid_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts +chalktoolperspectivegrid_la_LIBADD = ../../../libchalkcommon.la \ ../../../../chalk/chalkcolor/libchalkcolor.la \ ../../../../chalk/core/libchalkimage.la \ ../../../../chalk/ui/libchalkui.la diff --git a/chalk/plugins/tools/tool_perspectivegrid/chaltdetoolperspectivegrid.desktop b/chalk/plugins/tools/tool_perspectivegrid/chalktoolperspectivegrid.desktop index 1538be0b..9899e284 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/chaltdetoolperspectivegrid.desktop +++ b/chalk/plugins/tools/tool_perspectivegrid/chalktoolperspectivegrid.desktop @@ -31,5 +31,5 @@ Name[uk]=Засіб ґратки перспективи Name[zh_TW]=透視格工具 ServiceTypes=Chalk/Tool Type=Service -X-TDE-Library=chaltdetoolperspectivegrid +X-TDE-Library=chalktoolperspectivegrid X-Chalk-Version=2 diff --git a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.cc b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.cc index f9f4a5aa..12615387 100644 --- a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.cc +++ b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.cc @@ -39,7 +39,7 @@ typedef KGenericFactory<ToolPerspectiveGrid> ToolPerspectiveGridFactory; -K_EXPORT_COMPONENT_FACTORY( chaltdetoolperspectivegrid, ToolPerspectiveGridFactory( "chalk" ) ) +K_EXPORT_COMPONENT_FACTORY( chalktoolperspectivegrid, ToolPerspectiveGridFactory( "chalk" ) ) ToolPerspectiveGrid::ToolPerspectiveGrid(TQObject *parent, const char *name, const TQStringList &) |