diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-22 10:09:01 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-22 10:09:55 +0200 |
commit | 7a410f71a1dffd224082a9e8f547baffbee9f514 (patch) | |
tree | 55911f80a9e7103c180499b469c44cbec70b9d4d /tests/auto/windowsmobile | |
parent | 90f0facddb799640ef9e123a3fc222e6a758c7be (diff) | |
download | qt4-tools-7a410f71a1dffd224082a9e8f547baffbee9f514.tar.gz |
tst_windowsmobile: local include corrected
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/windowsmobile')
-rw-r--r-- | tests/auto/windowsmobile/test/tst_windowsmobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/windowsmobile/test/tst_windowsmobile.cpp b/tests/auto/windowsmobile/test/tst_windowsmobile.cpp index 533d98f3d8..a49e9a618c 100644 --- a/tests/auto/windowsmobile/test/tst_windowsmobile.cpp +++ b/tests/auto/windowsmobile/test/tst_windowsmobile.cpp @@ -45,7 +45,7 @@ #include <QtCore/QObject> #include <QtGui> #include <windows.h> -#include <ddhelper.h> +#include "ddhelper.h" |