diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 16:25:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 16:25:39 +0000 |
commit | 8772aedfc103fdde258318f6ebf24696cefc5eb0 (patch) | |
tree | 029f00acca108bf89d9a929464eb88f9b27e46ed /kalarm | |
parent | 6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (diff) | |
download | tdepim-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')
-rw-r--r-- | kalarm/daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/daemon.cpp b/kalarm/daemon.cpp index c5ce9253f..012725022 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 |