equal
deleted
inserted
replaced
23 ** |
23 ** |
24 ****************************************************************************/ |
24 ****************************************************************************/ |
25 #ifndef HBTHEMESERVER_P_H |
25 #ifndef HBTHEMESERVER_P_H |
26 #define HBTHEMESERVER_P_H |
26 #define HBTHEMESERVER_P_H |
27 |
27 |
28 #include <QMainWindow> |
28 class HbThemeServerPrivate; |
29 |
29 |
30 class HbThemeServer; |
30 class HbThemeServer { |
31 class HbThemeServerPrivate; |
|
32 class QLabel; |
|
33 |
31 |
34 #ifdef Q_OS_SYMBIAN |
|
35 class HbThemeServer |
|
36 #else |
|
37 class HbThemeServer : public QMainWindow |
|
38 #endif |
|
39 { |
|
40 public: |
32 public: |
41 HbThemeServer(QWidget *parent = 0); |
33 HbThemeServer(); |
42 ~HbThemeServer(); |
34 ~HbThemeServer(); |
43 bool startServer(); |
35 bool startServer(); |
44 void stopServer(); |
|
45 |
36 |
46 private: |
37 private: |
47 #ifndef Q_OS_SYMBIAN |
|
48 QLabel *statusLabel; |
|
49 #endif |
|
50 HbThemeServerPrivate *themeServer; |
38 HbThemeServerPrivate *themeServer; |
51 }; |
39 }; |
52 |
40 |
53 #endif // HBTHEMESERVER_P_H |
41 #endif // HBTHEMESERVER_P_H |