diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
commit | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (patch) | |
tree | d087071b1e8fcf79698938efec19f8e48bab0799 /kalarm/messagewin.cpp | |
parent | 5c4a80ead2b1fe57dc6a8c29d0368792344cd61e (diff) | |
download | tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.tar.gz tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kalarm/messagewin.cpp')
-rw-r--r-- | kalarm/messagewin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/messagewin.cpp b/kalarm/messagewin.cpp index 2c9ac63e4..3e63853ea 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()); |