summaryrefslogtreecommitdiffstats
path: root/kalarm/daemon.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 16:25:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 16:25:39 +0000
commit8772aedfc103fdde258318f6ebf24696cefc5eb0 (patch)
tree029f00acca108bf89d9a929464eb88f9b27e46ed /kalarm/daemon.cpp
parent6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (diff)
downloadtdepim-8772aedfc103fdde258318f6ebf24696cefc5eb0.tar.gz
tdepim-8772aedfc103fdde258318f6ebf24696cefc5eb0.zip
Fix a handful of FTBFS errors caused by tqStatus/Status string conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250604 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalarm/daemon.cpp')
-rw-r--r--kalarm/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/daemon.cpp b/kalarm/daemon.cpp
index c5ce9253..01272502 100644
--- a/kalarm/daemon.cpp
+++ b/kalarm/daemon.cpp
@@ -668,7 +668,7 @@ NotificationHandler::NotificationHandler()
*/
void NotificationHandler::alarmDaemonUpdate(int calendartqStatus, const TQString& calendarURL)
{
- kdDebug(5950) << "NotificationHandler::alarmDaemonUpdate(" << calendarStatus << ")\n";
+ kdDebug(5950) << "NotificationHandler::alarmDaemonUpdate(" << calendartqStatus << ")\n";
KAlarmd::CalendartqStatus status = KAlarmd::CalendartqStatus(calendartqStatus);
if (expandURL(calendarURL) != AlarmCalendar::activeCalendar()->urlString())
return; // it's not a notification about KAlarm's calendar