diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index fb4f4c802..b277091a3 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -11,7 +11,7 @@ #include <QNetworkReply> #include <QMap> -#define GPS_CURRENT_POS QObject::tr("Waiting to aquire GPS location") +#define GPS_CURRENT_POS gettextFromC::tr("Waiting to aquire GPS location") struct gpsTracker { degrees_t latitude; |