diff options
| author | 2015-08-23 02:55:43 +0200 | |
|---|---|---|
| committer | 2015-08-23 02:55:43 +0200 | |
| commit | dd132b965b6b53d5dfbd3ff02d3e12d75878e802 (patch) | |
| tree | 44b099d4192780b46597db4f12d0bc524268a473 /src/modules/objects/KvsObject_http.h | |
| parent | Merge pull request #1516 from blindirc/typo (diff) | |
| download | KVIrc-dd132b965b6b53d5dfbd3ff02d3e12d75878e802.tar.gz KVIrc-dd132b965b6b53d5dfbd3ff02d3e12d75878e802.tar.bz2 KVIrc-dd132b965b6b53d5dfbd3ff02d3e12d75878e802.zip | |
Port KVS http class to Qt5
Diffstat (limited to 'src/modules/objects/KvsObject_http.h')
| -rw-r--r-- | src/modules/objects/KvsObject_http.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_http.h b/src/modules/objects/KvsObject_http.h index 3862b44b0..bb05ef678 100644 --- a/src/modules/objects/KvsObject_http.h +++ b/src/modules/objects/KvsObject_http.h @@ -25,14 +25,12 @@ //============================================================================= - - //=============================================================== #include "object_macros.h" -#if (QT_VERSION < 0x050000) +class QHttp; +class QHttpResponseHeader; -#include <QHttp> #include <QFile> #include <QHash> #include <QSslError> @@ -86,10 +84,6 @@ protected slots: void slotReadyRead(const QHttpResponseHeader &r); void slotStateChanged ( int state); - - }; -#endif - #endif //_CLASS_HTTP_H_ |
