diff options
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; |