summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_transform
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_transform')
-rw-r--r--chalk/plugins/tools/tool_transform/Makefile.am2
-rw-r--r--chalk/plugins/tools/tool_transform/tool_transform.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/tools/tool_transform/Makefile.am b/chalk/plugins/tools/tool_transform/Makefile.am
index b606e1773..860ea7534 100644
--- a/chalk/plugins/tools/tool_transform/Makefile.am
+++ b/chalk/plugins/tools/tool_transform/Makefile.am
@@ -21,7 +21,7 @@ noinst_HEADERS = \
tool_transform.h \
kis_tool_transform.h
-chalktooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
+chalktooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktooltransform_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
diff --git a/chalk/plugins/tools/tool_transform/tool_transform.h b/chalk/plugins/tools/tool_transform/tool_transform.h
index 1ed2cdb3f..0bcff2ddc 100644
--- a/chalk/plugins/tools/tool_transform/tool_transform.h
+++ b/chalk/plugins/tools/tool_transform/tool_transform.h
@@ -19,7 +19,7 @@
#ifndef TOOL_TRANSFORM_H_
#define TOOL_TRANSFORM_H_
-#include <kparts/plugin.h>
+#include <tdeparts/plugin.h>
class KisView;