calendarui/controller/inc/calencontroller.h
changeset 37 360d55486d7f
parent 26 a949c2543c15
child 49 5de72ea7a065
--- a/calendarui/controller/inc/calencontroller.h	Thu May 27 12:51:15 2010 +0300
+++ b/calendarui/controller/inc/calencontroller.h	Fri Jun 11 13:37:54 2010 +0300
@@ -25,6 +25,7 @@
 #include <apadef.h>                     // TApaCommand
 #include <qglobal.h>					// Q_DECL_EXPORT macro
 #include <agendautil.h>
+#include <qobject>
 #include "hb_calencommands.hrh"            // Calendar commands
 #include "calennotificationhandler.h"   // TCalenNotification
 #include "calenservices.h"
@@ -58,9 +59,10 @@
  * The controller handles events from the rest of Calendar and delegates
  * them to the appropriate place (i.e. the action ui classes).
  */
-class CALENCONTROLLER_EXPORT CCalenController : public MCalenServicesFactory
+class CALENCONTROLLER_EXPORT CCalenController : public QObject, public MCalenServicesFactory
     {
-  
+	Q_OBJECT
+	
     public:  // Construction and destruction
 		/**
 		 * C++ constructor