SVN commit 1170436 by asouza: Add a helper to the calendar widget This is a C++ helper that will help the widget to do simple but important math with dates. This helper can be shared with different date widgets. M +1 -0 CMakeLists.txt A calendarhelper.cpp [License: LGPL (v2+)] A calendarhelper.h [License: LGPL (v2+)] --- trunk/KDE/kdepim/mobile/lib/calendar/CMakeLists.txt #1170435:1170436 @@ -5,6 +5,7 @@ ) set(mobileui_calendar_SRCS + calendarhelper.cpp declarativeeditors.cpp kcalitembrowseritem.cpp incidenceview.cpp