calendarui/caleneditor/inc/caleneditorcustomitem.h
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 75 7ac58b2aae6f
--- a/calendarui/caleneditor/inc/caleneditorcustomitem.h	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorcustomitem.h	Mon Aug 09 18:30:52 2010 +0530
@@ -25,6 +25,9 @@
 #include <hbextendedlocale.h>
 #include <hblineedit.h>
 
+class XQApplicationManager;
+class XQAiwRequest;
+
 class HbDateTimePicker;
 class HbPushButton;
 class HbDataFomViewer;
@@ -53,9 +56,6 @@
 protected:
 	virtual HbWidget* createCustomWidget();
 	
-private:
-	void setSelectedLocation( QVariant &aValue );
-	
 protected slots:
 	void handleDate();
 	void handleTime();
@@ -64,6 +64,7 @@
 	void handleLocationTextChange(QString location);
     void launchLocationPicker();
     void handleEditingFinished();
+    void setSelectedLocation( const QVariant &aValue );
 	
 Q_SIGNALS:
 	void dateTimeUpdated(QDateTime& fromDateTime);
@@ -78,7 +79,10 @@
 	QTime mTime;
 	QTime mMaxTime;
 	QTime mMinTime;
-
+	
+	XQApplicationManager *mAppManager;
+	XQAiwRequest* mRequest;
+	
 	HbPushButton* mPushButtonTime;
 	HbPushButton* mPushButtonDate;
 	HbPushButton *mRepeatUntilWidget;
@@ -92,6 +96,7 @@
 	HbLineEdit *mLocationLineEdit; 
 	HbPushButton* mLocationPushButton;
 	bool mIsFromItem;
+	bool mRequestPending;
 	
 };