diff options
| author | 2012-09-29 07:50:39 +0000 | |
|---|---|---|
| committer | 2012-09-29 07:50:39 +0000 | |
| commit | df313b2a95176aa9635dbf9ca60691d5cca162e0 (patch) | |
| tree | af8579bb7d1c67832f4d9410a2a16998695c83c5 /src/modules/objects/KvsObject_http.cpp | |
| 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/modules/objects/KvsObject_http.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_http.cpp | 2 |
1 files changed, 1 insertions, 1 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" |
