calendarui/application/inc/calenapplication.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    19 #include <QPointer>
    19 #include <QPointer>
    20 #include <HbApplication>
    20 #include <HbApplication>
    21 
    21 
    22 // Forward Declarations.
    22 // Forward Declarations.
    23 class CCalenController;
    23 class CCalenController;
       
    24 class CalenServiceProvider;
    24 
    25 
    25 class CalenApplication : public HbApplication
    26 class CalenApplication : public HbApplication
    26 {
    27 {
    27 
    28 
    28 Q_OBJECT
    29 Q_OBJECT
    42 private slots:
    43 private slots:
    43 	void handleAppReady();
    44 	void handleAppReady();
    44 	
    45 	
    45 private:
    46 private:
    46 	QPointer<CCalenController> mController;
    47 	QPointer<CCalenController> mController;
       
    48 	QPointer<CalenServiceProvider> mService;
    47 };
    49 };
    48 
    50 
    49 // End of file	--Don't remove this.
    51 // End of file	--Don't remove this.