activityfw/activitylauncher/activitylauncherview.h
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
--- a/activityfw/activitylauncher/activitylauncherview.h	Fri Apr 16 15:16:09 2010 +0300
+++ b/activityfw/activitylauncher/activitylauncherview.h	Mon May 03 12:48:45 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 #ifndef ACTIVITYLAUNCHERVIEW_H
@@ -22,7 +22,7 @@
 
 class HbLabel;
 class QStandardItemModel;
-    
+
 class ActivityLauncherView : public HbView
 {
     Q_OBJECT
@@ -32,20 +32,20 @@
     ~ActivityLauncherView();
 
 private slots:
-	void itemPressed(const QModelIndex& index);
+    void itemPressed(const QModelIndex &index);
 
 protected:
-    bool eventFilter(QObject* obj, QEvent* event);
+    bool eventFilter(QObject *obj, QEvent *event);
 
 private:
     void getActivitiesList();
 
 private:
-    QStandardItemModel* mModel;
+    QStandardItemModel *mModel;
     QList<QVariantHash> mCurrentActivities;
-    HbLabel* mStatusLabel;
-    
-    QObject* mActivityManager;
+    HbLabel *mStatusLabel;
+
+    QObject *mActivityManager;
 };
 
 #endif // ACTIVITYLAUNCHERVIEW_H