summaryrefslogtreecommitdiffstats
path: root/konversation/src/channeloptionsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/channeloptionsdialog.cpp')
-rw-r--r--konversation/src/channeloptionsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/channeloptionsdialog.cpp b/konversation/src/channeloptionsdialog.cpp
index 1c13f42..e52776b 100644
--- a/konversation/src/channeloptionsdialog.cpp
+++ b/konversation/src/channeloptionsdialog.cpp
@@ -496,7 +496,7 @@ namespace Konversation
TQString BanListViewItem::text(int column) const
{
if (column == 2)
- return KGlobal::locale()->formatDateTime(m_timestamp, true, true);
+ return TDEGlobal::locale()->formatDateTime(m_timestamp, true, true);
return KListViewItem::text(column);
}