diff options
| author | 2012-09-29 07:50:39 +0000 | |
|---|---|---|
| committer | 2012-09-29 07:50:39 +0000 | |
| commit | df313b2a95176aa9635dbf9ca60691d5cca162e0 (patch) | |
| tree | af8579bb7d1c67832f4d9410a2a16998695c83c5 /src | |
| parent | cmake: stop configuration if no qt4 or qt5 are found (diff) | |
| download | KVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.tar.gz KVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.tar.bz2 KVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.zip | |
fix mingw32+automoc compilation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6261 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/objects/KvsObject_http.cpp | 2 | ||||
| -rw-r--r-- | src/modules/objects/KvsObject_http.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_http.cpp b/src/modules/objects/KvsObject_http.cpp index e5ebd8cd5..b82c683b6 100644 --- a/src/modules/objects/KvsObject_http.cpp +++ b/src/modules/objects/KvsObject_http.cpp @@ -24,7 +24,7 @@ #include "KvsObject_http.h" -#warning QFtp doesn't exists anymore in Qt5, port this class or drop it +#warning QHttp doesn't exists anymore in Qt5, port this class or drop it #if (QT_VERSION < 0x050000) #include "kvi_debug.h" diff --git a/src/modules/objects/KvsObject_http.h b/src/modules/objects/KvsObject_http.h index 51f0ed1ec..3862b44b0 100644 --- a/src/modules/objects/KvsObject_http.h +++ b/src/modules/objects/KvsObject_http.h @@ -30,7 +30,6 @@ //=============================================================== #include "object_macros.h" -#warning QFtp doesn't exists anymore in Qt5, port this class or drop it #if (QT_VERSION < 0x050000) #include <QHttp> |
