diff options
Diffstat (limited to 'kplato/kptganttview.cpp')
-rw-r--r-- | kplato/kptganttview.cpp | 6 |
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; |