diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-03-30 11:47:19 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-03-30 11:47:19 (GMT) |
commit | 91421e583d386ef34fbffc96dcc337964780e14e (patch) | |
tree | 312dc4069d7aa92f9e7bbb1d1bb4e428c59f121b /src/network/kernel | |
parent | 65d7c21bd2338e9bb65a0bca11dad1e26bb9f554 (diff) | |
download | Qt-91421e583d386ef34fbffc96dcc337964780e14e.zip Qt-91421e583d386ef34fbffc96dcc337964780e14e.tar.gz Qt-91421e583d386ef34fbffc96dcc337964780e14e.tar.bz2 |
Fix compilation with MS VS 2005
Diffstat (limited to 'src/network/kernel')
-rw-r--r-- | src/network/kernel/qauthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index 4f477bd..c9161f8 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE -#include <../3rdparty/des/des.cpp> +#include "../../3rdparty/des/des.cpp" static QByteArray qNtlmPhase1(); static QByteArray qNtlmPhase3(QAuthenticatorPrivate *ctx, const QByteArray& phase2data); |