summaryrefslogtreecommitdiffstats
path: root/kalarm/messagewin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/messagewin.cpp')
-rw-r--r--kalarm/messagewin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/messagewin.cpp b/kalarm/messagewin.cpp
index 2c9ac63e..3e63853e 100644
--- a/kalarm/messagewin.cpp
+++ b/kalarm/messagewin.cpp
@@ -310,8 +310,8 @@ void MessageWin::initView()
// Alarm date/time
TQLabel* label = new TQLabel(frame ? frame : topWidget);
label->setText(mDateTime.isDateOnly()
- ? KGlobal::locale()->formatDate(mDateTime.date(), true)
- : KGlobal::locale()->formatDateTime(mDateTime.dateTime()));
+ ? TDEGlobal::locale()->formatDate(mDateTime.date(), true)
+ : TDEGlobal::locale()->formatDateTime(mDateTime.dateTime()));
if (!frame)
label->setFrameStyle(TQFrame::Box | TQFrame::Raised);
label->setFixedSize(label->sizeHint());