diff options
Diffstat (limited to 'kresources/scalix/knotes')
-rw-r--r-- | kresources/scalix/knotes/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/scalix/knotes/resourcescalix.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kresources/scalix/knotes/Makefile.am b/kresources/scalix/knotes/Makefile.am index f04c03940..56d7efe3e 100644 --- a/kresources/scalix/knotes/Makefile.am +++ b/kresources/scalix/knotes/Makefile.am @@ -12,7 +12,7 @@ libknotesscalix_la_LIBADD = \ $(top_builddir)/kresources/scalix/shared/libresourcescalixshared.la \ $(top_builddir)/knotes/libknotesresources.la \ $(top_builddir)/libkcal/libkcal.la \ - -lkresources -lkdeprint + -lkresources -ltdeprint kde_module_LTLIBRARIES = knotes_scalix.la diff --git a/kresources/scalix/knotes/resourcescalix.h b/kresources/scalix/knotes/resourcescalix.h index fc1309b98..96b11b399 100644 --- a/kresources/scalix/knotes/resourcescalix.h +++ b/kresources/scalix/knotes/resourcescalix.h @@ -38,7 +38,7 @@ #include <libkcal/calendarlocal.h> #include "../shared/resourcescalixbase.h" #include "../shared/subresource.h" -#include <kdepimmacros.h> +#include <tdepimmacros.h> namespace Scalix { |