[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] kalarm: Fix the clang build.
From:       Till Adam <adam () kde ! org>
Date:       2012-07-01 19:34:40
Message-ID: 20120701193440.B4187A60C6 () git ! kde ! org
[Download RAW message or body]

Git commit d4655a67987258db14241a5b44357c00144a662e by Till Adam.
Committed on 01/07/2012 at 21:33.
Pushed by tilladam into branch 'master'.

Fix the clang build.

M  +2    -1    kalarm/functions.cpp

http://commits.kde.org/kdepim/d4655a67987258db14241a5b44357c00144a662e

diff --git a/kalarm/functions.cpp b/kalarm/functions.cpp
index ec2395e..baffbe1 100644
--- a/kalarm/functions.cpp
+++ b/kalarm/functions.cpp
@@ -29,6 +29,7 @@
 #include "eventlistmodel.h"
 #endif
 #include "alarmcalendar.h"
+#include "alarmtime.h"
 #include "autoqpointer.h"
 #include "alarmlistview.h"
 #include "editdlg.h"
@@ -2220,7 +2221,7 @@ void setTestModeConditions()
     if (!newTime.isEmpty())
     {
         KDateTime dt;
-        if (convertTimeString(newTime, dt, KDateTime::realCurrentLocalDate=
Time(), true))
+        if (AlarmTime::convertTimeString(newTime, dt, KDateTime::realCurre=
ntLocalDateTime(), true))
             setSimulatedSystemTime(dt);
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic