X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fmaemo5location.cpp;h=a8065fd09c90d25341bf3aa978658214fac4f580;hp=d8694195dbc84926f03287413133f5430999d332;hb=aac224124a13e699b1880e3df8b2f1e116a662ee;hpb=431e1a47738b2f723789de366eead08c4e2b5fd2 diff --git a/Client/maemo5location.cpp b/Client/maemo5location.cpp index d869419..a8065fd 100755 --- a/Client/maemo5location.cpp +++ b/Client/maemo5location.cpp @@ -23,9 +23,9 @@ Maemo5Location::Maemo5Location(QObject* parent):QObject(parent) connect(ptr, SIGNAL(locationUpdated()), this, SIGNAL(locationUpdated())); connect(ptr, SIGNAL(gps_connected()), this, SIGNAL(gps_connected())); connect(ptr, SIGNAL(gps_disconnected()), this, SIGNAL(gps_disconnected())); - connect(ptr, SIGNAL(gps_err(int)), this, SIGNAL(gps_error(int))); + connect(ptr, SIGNAL(gps_error(int)), this, SIGNAL(gps_error(int))); connect(ptr, SIGNAL(gpsd_running()), this, SIGNAL(gpsd_running())); - connect(ptr, SIGNAL(gpsd_stopped()), this, SIGNAL(gpsd_stopped())); + connect(ptr, SIGNAL(gpsd_stopped()), this, SIGNAL(gpsd_stopped())); } /**