diff options
Diffstat (limited to 'korganizer/plugins/printing/whatsnext')
-rw-r--r-- | korganizer/plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui | 2 | ||||
-rw-r--r-- | korganizer/plugins/printing/whatsnext/whatsnextprint.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui b/korganizer/plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui index c920d0b22..41d9fef01 100644 --- a/korganizer/plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui +++ b/korganizer/plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui @@ -144,7 +144,7 @@ <customwidgets> <customwidget> <class>KDateEdit</class> - <header location="local">libkdepim/kdateedit.h</header> + <header location="local">libtdepim/kdateedit.h</header> <sizehint> <width>-1</width> <height>-1</height> diff --git a/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp b/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp index fdae41d58..4f58eed0a 100644 --- a/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp +++ b/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp @@ -30,7 +30,7 @@ #include <libkcal/event.h> #include <libkcal/todo.h> #include <libkcal/calendar.h> -#include <libkdepim/kdateedit.h> +#include <libtdepim/kdateedit.h> #include <kconfig.h> #include <kdebug.h> |