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/kpttaskappointmentsview.ui.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/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; |