organizer_plat/calendar_launcher_api/inc/calenlauncher.h
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 75 7ac58b2aae6f
--- a/organizer_plat/calendar_launcher_api/inc/calenlauncher.h	Mon Jul 26 13:54:38 2010 +0530
+++ b/organizer_plat/calendar_launcher_api/inc/calenlauncher.h	Mon Aug 09 18:30:52 2010 +0530
@@ -14,7 +14,7 @@
 * Description:  Calendar Launcher
 *
 */
-#include <qobject>
+#include <QObject>
 #include <qdatetime.h>
 
 #ifdef CALENLAUNCHER_LIB
@@ -29,7 +29,7 @@
 public:
 	enum CalenView{
 			MonthView = 0,
-			DayView
+			AgendaView
 		};
     CalenLauncher(QObject* parent = 0);
     ~CalenLauncher();