diff options
Diffstat (limited to 'kplato/kptganttview.cc')
-rw-r--r-- | kplato/kptganttview.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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()<<k_funcinfo<<endl; - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); //kdDebug()<<k_funcinfo<<task->name()<<": "<<task->currentSchedule()<<", "<<task->notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<<endl; if (task->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()<<k_funcinfo<<endl; - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); //kdDebug()<<k_funcinfo<<task->name()<<": "<<task->currentSchedule()<<", "<<task->notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<<endl; item->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()<<k_funcinfo<<endl; - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); //kdDebug()<<k_funcinfo<<task->name()<<": "<<task->currentSchedule()<<", "<<task->notScheduled()<<", "<<(m_project ? m_project->notScheduled() : false)<<endl; if (task->currentSchedule() == 0) { item->setShowNoInformation(m_showNoInformation); |