diff options
author | Joerg Bornemann <[email protected]> | 2014-10-28 16:50:50 +0100 |
---|---|---|
committer | Joerg Bornemann <[email protected]> | 2014-11-07 14:04:20 +0100 |
commit | 75b21b033f413b4a32cc7e0cd6b780f59beadf18 (patch) | |
tree | 25922ee6af4eb516a79a105bdb5235e6907b8bde | |
parent | 6142a4947edddddf68755b7d73973ecab4c726e6 (diff) |
Change-Id: I920445947fb7bb3802f692a0b5aeab8d292120ef
Reviewed-by: Christian Kandeler <[email protected]>
-rw-r--r-- | src/qftp/qftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h index f2cc19a..3281b28 100644 --- a/src/qftp/qftp.h +++ b/src/qftp/qftp.h @@ -43,8 +43,8 @@ #define QFTP_H #include <QtCore/qstring.h> -#include "qurlinfo.h" #include <QtCore/qobject.h> +#include <QtFtp/qurlinfo.h> QT_BEGIN_NAMESPACE |