diff options
Diffstat (limited to 'kplato/kpttaskappointmentsview.ui.h')
-rw-r--r-- | kplato/kpttaskappointmentsview.ui.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kplato/kpttaskappointmentsview.ui.h b/kplato/kpttaskappointmentsview.ui.h index b638597e8..00d2f961b 100644 --- a/kplato/kpttaskappointmentsview.ui.h +++ b/kplato/kpttaskappointmentsview.ui.h @@ -32,7 +32,7 @@ namespace KPlato { -void TaskAppointmentsView::clear() +void TastdeAppointmentsView::clear() { if (m_appList) m_appList->clear(); if (m_taskName) m_taskName->clear(); @@ -45,7 +45,7 @@ void TaskAppointmentsView::clear() if (m_cpi) m_cpi->clear(); } -void TaskAppointmentsView::draw(Task *task) +void TastdeAppointmentsView::draw(Task *task) { //kdDebug()<<k_funcinfo<<endl; m_task = task; @@ -81,7 +81,7 @@ void TaskAppointmentsView::draw(Task *task) } -void TaskAppointmentsView::init() +void TastdeAppointmentsView::init() { m_appList->setColumnAlignment(1, AlignHCenter); m_appList->setColumnAlignment(3, AlignRight); @@ -94,7 +94,7 @@ void TaskAppointmentsView::init() } -void TaskAppointmentsView::drawCostEffort() +void TastdeAppointmentsView::drawCostEffort() { if (m_task == 0) return; |