diff options
Diffstat (limited to 'cervisia/historydlg.cpp')
-rw-r--r-- | cervisia/historydlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/historydlg.cpp b/cervisia/historydlg.cpp index 4beb15c0..20e95d37 100644 --- a/cervisia/historydlg.cpp +++ b/cervisia/historydlg.cpp @@ -102,7 +102,7 @@ TQString HistoryItem::text(int col) const switch (col) { case Date: - sText = KGlobal::locale()->formatDateTime(m_date); + sText = TDEGlobal::locale()->formatDateTime(m_date); break; default: sText = TQListViewItem::text(col); |