diff options
Diffstat (limited to 'kgantt')
-rw-r--r-- | kgantt/kgantt/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kgantt/kgantt/KGantt.h | 2 | ||||
-rw-r--r-- | kgantt/kgantt/KGanttItem.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kgantt/kgantt/CMakeLists.txt b/kgantt/kgantt/CMakeLists.txt index 9577ead8c..ad5af137f 100644 --- a/kgantt/kgantt/CMakeLists.txt +++ b/kgantt/kgantt/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_library( kgantt SHARED AUTOMOC KGanttRelation.cpp xQGanttBarViewPort_Events.cpp xQGanttBarView.cpp xQGanttListView.cpp KGanttBarConfig.cpp VERSION 0.0.2 - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kgantt/kgantt/KGantt.h b/kgantt/kgantt/KGantt.h index 5fc77fe4d..ca02a066d 100644 --- a/kgantt/kgantt/KGantt.h +++ b/kgantt/kgantt/KGantt.h @@ -38,7 +38,7 @@ #include <tqsplitter.h> #include <kpopupmenu.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include "KGanttItem.h" #include "xQGanttListView.h" diff --git a/kgantt/kgantt/KGanttItem.h b/kgantt/kgantt/KGanttItem.h index a01763a50..1113c9d00 100644 --- a/kgantt/kgantt/KGanttItem.h +++ b/kgantt/kgantt/KGanttItem.h @@ -38,7 +38,7 @@ #include <tqptrlist.h> #include <tqpainter.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include "KGanttRelation.h" |