diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-09-30 00:04:56 +0300 |
---|---|---|
committer | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-05-15 21:00:25 +0300 |
commit | 04e86613f67d171cc965fce64a4310c0d25c98e1 (patch) | |
tree | 08a85d43bc40568f94259601339ccd7e1de11773 /kplato/kptganttview.h | |
parent | cf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff) | |
download | koffice-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.h')
-rw-r--r-- | kplato/kptganttview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptganttview.h b/kplato/kptganttview.h index dc34fe869..826ec682b 100644 --- a/kplato/kptganttview.h +++ b/kplato/kptganttview.h @@ -45,7 +45,7 @@ namespace KPlato { class MyKDGanttView; -class TaskAppointmentsView; +class TastdeAppointmentsView; class Node; class Task; @@ -189,7 +189,7 @@ private: int m_defaultFontSize; KDGanttViewItem *m_currentItem; MyKDGanttView *m_gantt; - TaskAppointmentsView *m_taskView; + TastdeAppointmentsView *m_taskView; bool m_showExpected; bool m_showOptimistic; bool m_showPessimistic; |