summaryrefslogtreecommitdiffstats
path: root/kplato/kptview.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:04:56 +0300
committerPhilippe Mavridis <philippe.mavridis@yandex.com>2025-05-15 21:00:25 +0300
commit04e86613f67d171cc965fce64a4310c0d25c98e1 (patch)
tree08a85d43bc40568f94259601339ccd7e1de11773 /kplato/kptview.cpp
parentcf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff)
downloadkoffice-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/kptview.cpp')
-rw-r--r--kplato/kptview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kptview.cpp b/kplato/kptview.cpp
index 4b74eab26..e0e8d895a 100644
--- a/kplato/kptview.cpp
+++ b/kplato/kptview.cpp
@@ -194,7 +194,7 @@ View::View(Part* part, TQWidget* parent, const char* /*name*/)
// actionViewGanttNotScheduled = new TDEToggleAction(i18n("Not Scheduled"), 0, 0, this, TQ_SLOT(slotViewGanttNotScheduled()), actionCollection(), "view_gantt_showNotScheduled");
- actionViewTaskAppointments = new TDEToggleAction(i18n("Show Allocations"), 0, 0, this, TQ_SLOT(slotViewTaskAppointments()), actionCollection(), "view_task_appointments");
+ actionViewTastdeAppointments = new TDEToggleAction(i18n("Show Allocations"), 0, 0, this, TQ_SLOT(slotViewTastdeAppointments()), actionCollection(), "view_task_appointments");
actionViewPert = new TDEAction(i18n("Network"), "pert_chart", 0, this, TQ_SLOT(slotViewPert()), actionCollection(), "view_pert");
@@ -456,9 +456,9 @@ void View::slotViewGanttNoInformation() {
slotUpdate(false);
}
-void View::slotViewTaskAppointments() {
+void View::slotViewTastdeAppointments() {
//kdDebug()<<k_funcinfo<<endl;
- m_ganttview->setShowAppointments(actionViewTaskAppointments->isChecked());
+ m_ganttview->setShowAppointments(actionViewTastdeAppointments->isChecked());
m_updateGanttview = true;
if (m_tab->visibleWidget() == m_ganttview)
slotUpdate(false);