diff options
| author | abcd <qt-info@nokia.com> | 2010-04-15 20:04:28 +1000 |
|---|---|---|
| committer | abcd <qt-info@nokia.com> | 2010-04-15 20:04:28 +1000 |
| commit | be5d797d8407f6979bfbf6f992c2ee3afa2ff82b (patch) | |
| tree | 0722e6214215790cd1a5a9d7abf276bb8a669939 /doc/src/snippets/qtlandmarksdocsample/requestexample.h | |
| parent | b90955c9534fb239eef14b72bd918f7acbb79e91 (diff) | |
Try fix windows compile of example by changing the includes
Can't use system style includes because the include files are not
available at make time. The include files are only available
after make install.
Diffstat (limited to 'doc/src/snippets/qtlandmarksdocsample/requestexample.h')
| -rw-r--r-- | doc/src/snippets/qtlandmarksdocsample/requestexample.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/snippets/qtlandmarksdocsample/requestexample.h b/doc/src/snippets/qtlandmarksdocsample/requestexample.h index 3f0b33e86e..a87d5dbc82 100644 --- a/doc/src/snippets/qtlandmarksdocsample/requestexample.h +++ b/doc/src/snippets/qtlandmarksdocsample/requestexample.h @@ -43,13 +43,13 @@ #define REQUESTEXAMPLE_H #include <QObject> -#include <qlandmarkfetchrequest.h> -#include <qlandmarkcategorysaverequest.h> -#include <qlandmarksaverequest.h> -#include <qlandmarkcategoryfetchrequest.h> -#include <qlandmarkcategoryremoverequest.h> -#include <qlandmarkremoverequest.h> -#include <qlandmarkmanager.h> +#include "qlandmarkfetchrequest.h" +#include "qlandmarkcategorysaverequest.h" +#include "qlandmarksaverequest.h" +#include "qlandmarkcategoryfetchrequest.h" +#include "qlandmarkcategoryremoverequest.h" +#include "qlandmarkremoverequest.h" +#include "qlandmarkmanager.h" QTM_USE_NAMESPACE |
