From 8772aedfc103fdde258318f6ebf24696cefc5eb0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 16:25:39 +0000 Subject: 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 --- kalarm/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm') 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 -- cgit v1.2.1