diff options
Diffstat (limited to 'src/location/qgeocoordinate.h')
-rw-r--r-- | src/location/qgeocoordinate.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/location/qgeocoordinate.h b/src/location/qgeocoordinate.h index 89075d43..1a0f6c97 100644 --- a/src/location/qgeocoordinate.h +++ b/src/location/qgeocoordinate.h @@ -38,16 +38,18 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ + #ifndef QGEOCOORDINATE_H #define QGEOCOORDINATE_H -#include "qmobilityglobal.h" - #include <QString> QT_BEGIN_HEADER + QT_BEGIN_NAMESPACE +QT_MODULE(Location) + class QDebug; class QDataStream; |