From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- korn/subjectsdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korn/subjectsdlg.cpp') diff --git a/korn/subjectsdlg.cpp b/korn/subjectsdlg.cpp index 5c96cbba5..d1cf39543 100644 --- a/korn/subjectsdlg.cpp +++ b/korn/subjectsdlg.cpp @@ -15,13 +15,13 @@ KornSubjectsDlg::SubjectListViewItem::SubjectListViewItem( TQListView *parent, KornMailSubject * item) // set the column strings except column 2 (date) - : KListViewItem(parent, item->getSender(), item->getSubject(), "", KGlobal::locale()->formatNumber(item->getSize(), 0)) + : KListViewItem(parent, item->getSender(), item->getSubject(), "", TDEGlobal::locale()->formatNumber(item->getSize(), 0)) , _mailSubject( new KornMailSubject( *item ) ) { // convert the date according to the user settings and show it in column 2 TQDateTime date; date.setTime_t(_mailSubject->getDate()); - setText(2, KGlobal::locale()->formatDateTime(date, true, true)); + setText(2, TDEGlobal::locale()->formatDateTime(date, true, true)); } KornSubjectsDlg::SubjectListViewItem::~SubjectListViewItem() -- cgit v1.2.1