summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-02 15:55:23 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-02 16:01:53 (GMT)
commitc99638c9ba4b233c8d0e822a1bf6e26b885e029d (patch)
tree0586aee0ad86c287fe7c254c3f2ed1d737258c1d /src/network/kernel/qauthenticator.cpp
parent33fedde08f263c6aaa46c2fa0fdf93896c7eaa64 (diff)
downloadQt-c99638c9ba4b233c8d0e822a1bf6e26b885e029d.zip
Qt-c99638c9ba4b233c8d0e822a1bf6e26b885e029d.tar.gz
Qt-c99638c9ba4b233c8d0e822a1bf6e26b885e029d.tar.bz2
make relative #include relative to the current file
i.e., use "", not <> and thus rely on the include path
Diffstat (limited to 'src/network/kernel/qauthenticator.cpp')
-rw-r--r--src/network/kernel/qauthenticator.cpp2
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);