version 0.3, initial support to liblocation
[googlelatitude] / src / latitude.h
index 2225a64..c986d30 100644 (file)
@@ -16,8 +16,9 @@ public:
 
 private slots:
     void get_loc();
-    void get_cell();
-    void get_gps();
+    void get_acwp();
+    void get_agnss();
+    void get_maemo5();
     void set();
     void set_OK();
     void set_ERROR();
@@ -28,6 +29,7 @@ private slots:
 
 private:
     GoogleLatitude *glatitude;
+    GpsMaemo5 *gps;
     QSettings *setting;
     QWebView *maps;
     QWidget *location;