diff options
Diffstat (limited to 'src')
-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 |