summaryrefslogtreecommitdiffstats
path: root/kgantt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:44 -0600
commitd70ce47c224b328c429a5f2406e5e793b009541d (patch)
treecef1f2b51b5429229c2c5fad2436b60dddbcf6cc /kgantt
parent480ccc4ed6441c8e663dc62be689c19499d806ea (diff)
downloadtdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz
tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip
Additional kde to tde renaming
Diffstat (limited to 'kgantt')
-rw-r--r--kgantt/kgantt/CMakeLists.txt2
-rw-r--r--kgantt/kgantt/KGantt.h2
-rw-r--r--kgantt/kgantt/KGanttItem.h2
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"