diff options
Diffstat (limited to 'divesitehelpers.h')
-rw-r--r-- | divesitehelpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/divesitehelpers.h b/divesitehelpers.h index 68c195674..dad60be36 100644 --- a/divesitehelpers.h +++ b/divesitehelpers.h @@ -4,14 +4,14 @@ #include "units.h" #include <QThread> -class ReverseGeoLoockupThread : public QThread { +class ReverseGeoLookupThread : public QThread { Q_OBJECT public: - static ReverseGeoLoockupThread *instance(); + static ReverseGeoLookupThread *instance(); void run() Q_DECL_OVERRIDE; private: - ReverseGeoLoockupThread(QObject *parent = 0); + ReverseGeoLookupThread(QObject *parent = 0); }; #endif // DIVESITEHELPERS_H |