X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=src%2Fdaemon.h;h=c53c90ffb3e97f53558edf2592aa0dcec3173cb4;hp=9744577a3550c0d36d516470aacba2d07b0c16af;hb=b80c04a8938fa73c45b5d8a17a1c2b2aab5eab3b;hpb=ce29090aae7170fd98632deb30f609ef3d1675d6 diff --git a/src/daemon.h b/src/daemon.h index 9744577..c53c90f 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -1,9 +1,9 @@ #ifndef DAEMON_H #define DAEMON_H -#include -#include "glatitude.h" +#include #include "gps.h" +#include "glatitude.h" class Daemon : public QObject { Q_OBJECT @@ -13,14 +13,14 @@ public: private slots: void set(); - void daemon_OK(); - void daemon_ERROR(); + void set_config(); + void daemon_ok(); + void daemon_error(); private: - GoogleLatitude *glatitude; - GpsMaemo5 *gps; QSettings *setting; - + GpsMaemo5 *gps; + GoogleLatitude *glatitude; }; #endif // DAEMON_H