From 0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:03:36 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- kplato/kptganttview.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kplato/kptganttview.cc') diff --git a/kplato/kptganttview.cc b/kplato/kptganttview.cc index db077819..ffed6ad2 100644 --- a/kplato/kptganttview.cc +++ b/kplato/kptganttview.cc @@ -482,7 +482,7 @@ void GanttView::modifyProject(KDGanttViewItem *item, Node *node) void GanttView::modifySummaryTask(KDGanttViewItem *item, Task *task) { //kdDebug()<name()<<": "<currentSchedule()<<", "<notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<currentSchedule() == 0) { item->setShowNoInformation(m_showNoInformation); @@ -530,7 +530,7 @@ void GanttView::modifySummaryTask(KDGanttViewItem *item, Task *task) void GanttView::modifyTask(KDGanttViewItem *item, Task *task) { //kdDebug()<name()<<": "<currentSchedule()<<", "<notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<setListViewText(task->name()); item->setListViewText(1, task->wbs()); @@ -652,7 +652,7 @@ void GanttView::modifyTask(KDGanttViewItem *item, Task *task) void GanttView::modifyMilestone(KDGanttViewItem *item, Task *task) { //kdDebug()<name()<<": "<currentSchedule()<<", "<notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<currentSchedule() == 0) { item->setShowNoInformation(m_showNoInformation); -- cgit v1.2.1