diff options
| author | 2015-08-23 03:08:37 +0200 | |
|---|---|---|
| committer | 2015-08-23 03:08:37 +0200 | |
| commit | 87b89ecbfd83a744854a5e20c96bcd6ee99b2316 (patch) | |
| tree | 086a4b8b85f8ef159fa08ec78120fc9a2d389c02 /src/modules/objects/KvsObject_ftp.h | |
| parent | Port KVS http class to Qt5 (diff) | |
| download | KVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.tar.gz KVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.tar.bz2 KVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.zip | |
Port KVS ftp class to Qt5
Diffstat (limited to 'src/modules/objects/KvsObject_ftp.h')
| -rw-r--r-- | src/modules/objects/KvsObject_ftp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_ftp.h b/src/modules/objects/KvsObject_ftp.h index 20278f26c..84fa588fd 100644 --- a/src/modules/objects/KvsObject_ftp.h +++ b/src/modules/objects/KvsObject_ftp.h @@ -26,9 +26,10 @@ #include "object_macros.h" -#if (QT_VERSION < 0x050000) -#include <QFtp> +class QFtp; +class QUrlInfo; + #include <QHash> #include <QFile> @@ -63,6 +64,5 @@ protected slots: void slotStateChanged ( int state); }; -#endif #endif //_CLASS_FTP_H_ |
