src/hbservers/hbthemeserver/hbthemeserverapplication_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
--- a/src/hbservers/hbthemeserver/hbthemeserverapplication_p.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbthemeserverapplication_p.h	Wed Aug 18 10:05:37 2010 +0300
@@ -27,6 +27,8 @@
 
 #include <qtsingleapplication.h>
 
+#include <f32file.h>
+
 class HbThemeServer;
 
 class HbThemeServerApplication : public QtSingleApplication
@@ -37,32 +39,17 @@
     HbThemeServerApplication(int &argc, char *argv[]);
     ~HbThemeServerApplication();
 
-    struct Options {
-        static bool help;
-        static bool start;
-        static bool stop;
-        static bool persistent;
-        static QString error;
-    };
-
     bool initialize();
     int exec();
     static void setPriority();
 
-public slots:
-    void stop();
-
-private slots:
-    void receiveMessage(const QString &message);
-
 private:
     bool loadLibrary(const QString &name);
 
     HbThemeServer *server;
 };
 
-#ifdef Q_OS_SYMBIAN
-#include <f32file.h>
+
 class Lock
 {
 public:
@@ -86,7 +73,6 @@
     RFs mFs;
     RFile mFile;
 };
-#endif
 
 // Guard against starting multiple copies of the server
 class HbThemeServerLocker
@@ -97,9 +83,7 @@
 private:
     static bool serverExists();
 private:
-#ifdef Q_OS_SYMBIAN
     Lock mLock;
-#endif
 };
 
 #endif // HBTHEMESERVERAPPLICATION_P_H