equal
deleted
inserted
replaced
24 #include <qaction.h> |
24 #include <qaction.h> |
25 #include "hbnamespace.h" |
25 #include "hbnamespace.h" |
26 #include "hbicon.h" |
26 #include "hbicon.h" |
27 #include "hbmenu.h" |
27 #include "hbmenu.h" |
28 |
28 |
29 class XQServiceUtil |
29 #include "xqserviceutilstub.h" |
30 { |
30 #include "xqserviceproviderstub.h" |
31 public: |
|
32 static void toBackground(bool value); |
|
33 static bool isEmbedded(); |
|
34 static bool isService(); |
|
35 }; |
|
36 |
31 |
37 class HbAction : public QAction |
32 class HbAction : public QAction |
38 { |
33 { |
39 Q_OBJECT |
34 Q_OBJECT |
40 |
35 |