summaryrefslogtreecommitdiffstats
path: root/src/qftp/qftp.h
diff options
context:
space:
mode:
authorMarcel Krems <m.krems@software-vision.eu>2012-07-05 08:00:38 +0200
committerDavid Faure <faure@kde.org>2012-07-05 12:55:26 +0200
commit9b9e878b9f1885abe1ef30c832cf32be02e786fd (patch)
treef4fa55dccd925cdfb2874b5b502e578a40c6b5f8 /src/qftp/qftp.h
parente2b28811adbe3c657a42442675760e569a603c0b (diff)
compile-fix (use local qurlinfo.h)
Change-Id: I293522bedb88ce17b061551d0903d8f535a9e24b Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src/qftp/qftp.h')
-rw-r--r--src/qftp/qftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h
index b80effc..c707a72 100644
--- a/src/qftp/qftp.h
+++ b/src/qftp/qftp.h
@@ -43,7 +43,7 @@
#define QFTP_H
#include <QtCore/qstring.h>
-#include <QtNetwork/qurlinfo.h>
+#include "qurlinfo.h"
#include <QtCore/qobject.h>
QT_BEGIN_HEADER