homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdialogcontroller.h
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdialogcontroller.h	Mon Sep 27 11:52:00 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdialogcontroller.h	Wed Oct 06 16:06:24 2010 +0300
@@ -14,6 +14,7 @@
  * Description:
  *
  */
+ 
 #ifndef HS_DIALOG_CONTROLLER_H
 #define HS_DIALOG_CONTROLLER_H
 
@@ -21,13 +22,13 @@
 #include <QPair>
 #include <QMap>
 
+#include "hsmenudialogfactory.h"
+#include "hsmenuentryremovedhandler.h"
+
 class QAction;
 class QString;
 class HbDialog;
 
-#include "hsmenudialogfactory.h"
-#include "hsmenuentryremovedhandler.h"
-
 class HsDialogController: public QObject
 {
     Q_OBJECT