summaryrefslogtreecommitdiffstats
path: root/kplato/kptganttview.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:04:56 +0300
committerPhilippe Mavridis <philippe.mavridis@yandex.com>2025-05-15 21:00:25 +0300
commit04e86613f67d171cc965fce64a4310c0d25c98e1 (patch)
tree08a85d43bc40568f94259601339ccd7e1de11773 /kplato/kptganttview.cpp
parentcf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff)
downloadkoffice-feat/cmake-port.tar.gz
koffice-feat/cmake-port.zip
WIP: CMake portfeat/cmake-port
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'kplato/kptganttview.cpp')
-rw-r--r--kplato/kptganttview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kptganttview.cpp b/kplato/kptganttview.cpp
index 40dfbf75e..fe797fdaa 100644
--- a/kplato/kptganttview.cpp
+++ b/kplato/kptganttview.cpp
@@ -30,7 +30,7 @@
#include "kpttask.h"
#include "kptresource.h"
#include "kptdatetime.h"
-#include "kpttaskappointmentsview.h"
+#include "kpttastdeAppointmentsview.h"
#include "kptrelation.h"
#include "kptcontext.h"
#include "kptschedule.h"
@@ -114,8 +114,8 @@ GanttView::GanttView(TQWidget *parent, bool readWrite, const char* name)
m_gantt->setScale(KDGanttView::Day);
m_gantt->setShowLegendButton(false);
m_gantt->setShowHeaderPopupMenu();
- m_taskView = new TaskAppointmentsView(this);
- // hide TaskAppointmentsView
+ m_taskView = new TastdeAppointmentsView(this);
+ // hide TastdeAppointmentsView
TQValueList<int> list = sizes();
list[0] += list[1];
list[1] = 0;