summaryrefslogtreecommitdiffstats
path: root/kplato/kptresourceappointmentsview.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 08:03:36 -0600
committerTimothy Pearson <[email protected]>2013-02-01 08:03:36 -0600
commit0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 (patch)
treeb55740ff9d132b25792ca3fd60e37497402b5036 /kplato/kptresourceappointmentsview.cc
parentac04782336b6a026b44df9d51ba9ca008a712da2 (diff)
downloadkoffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.tar.gz
koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kplato/kptresourceappointmentsview.cc')
-rw-r--r--kplato/kptresourceappointmentsview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptresourceappointmentsview.cc b/kplato/kptresourceappointmentsview.cc
index 082892d2..5f6ac29b 100644
--- a/kplato/kptresourceappointmentsview.cc
+++ b/kplato/kptresourceappointmentsview.cc
@@ -126,7 +126,7 @@ void ResourceAppointmentsView::slotUpdate() {
return;
TQApplication::setOverrideCursor(TQt::waitCursor);
createSlaveItems();
- KLocale *locale = TDEGlobal::locale();
+ TDELocale *locale = TDEGlobal::locale();
const KCalendarSystem *cal = locale->calendar();
const Calendar *resCal = m_resource->calendar();
const TQDateTime availFrom = m_resource->availableFrom();