summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/lms_f32
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-26 13:10:41 -0600
committerTimothy Pearson <[email protected]>2013-01-26 13:10:41 -0600
commit7422cac1a18dca897d3830a267eb91683d05a95b (patch)
tree2ba309f49b47a5fbb0b226801b224c2532b7ab1a /chalk/colorspaces/lms_f32
parent3fe437def8063926892bddf2dcc733861308836d (diff)
downloadkoffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz
koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'chalk/colorspaces/lms_f32')
-rw-r--r--chalk/colorspaces/lms_f32/Makefile.am2
-rw-r--r--chalk/colorspaces/lms_f32/lms_f32_plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/colorspaces/lms_f32/Makefile.am b/chalk/colorspaces/lms_f32/Makefile.am
index db835606..309f6d17 100644
--- a/chalk/colorspaces/lms_f32/Makefile.am
+++ b/chalk/colorspaces/lms_f32/Makefile.am
@@ -21,7 +21,7 @@ kde_module_LTLIBRARIES = chalk_lms_f32_plugin.la
chalk_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cc
noinst_HEADERS = lms_f32_plugin.h kis_lms_f32_colorspace.h
-chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
+chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_lms_f32_plugin_la_LIBADD = libchalk_lms_f32.la ../../chalkcolor/libchalkcolor.la
chalk_lms_f32_plugin_la_METASOURCES = AUTO
diff --git a/chalk/colorspaces/lms_f32/lms_f32_plugin.h b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
index fe54f4ea..24e11ed5 100644
--- a/chalk/colorspaces/lms_f32/lms_f32_plugin.h
+++ b/chalk/colorspaces/lms_f32/lms_f32_plugin.h
@@ -21,7 +21,7 @@
#ifndef LMS_F32_PLUGIN_H_
#define LMS_F32_PLUGIN_H_
-#include <kparts/plugin.h>
+#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the LMS F32 colour space strategy.