diff options
| author | 2010-12-25 19:49:34 +0000 | |
|---|---|---|
| committer | 2010-12-25 19:49:34 +0000 | |
| commit | 01021d49d1b1fd2a77d0ea4e079a0821451f2704 (patch) | |
| tree | a3ed017d198b5a5761bb8bb236ed3066372d2bb5 /src/modules/dcc/video.cpp | |
| parent | daily documentation fixes by OmegaPhil (diff) | |
| download | KVIrc-01021d49d1b1fd2a77d0ea4e079a0821451f2704.tar.gz KVIrc-01021d49d1b1fd2a77d0ea4e079a0821451f2704.tar.bz2 KVIrc-01021d49d1b1fd2a77d0ea4e079a0821451f2704.zip | |
fixed compilation of dcc video
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5231 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/video.cpp')
| -rw-r--r-- | src/modules/dcc/video.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/dcc/video.cpp b/src/modules/dcc/video.cpp index 08c212e0d..91e875c15 100644 --- a/src/modules/dcc/video.cpp +++ b/src/modules/dcc/video.cpp @@ -50,8 +50,7 @@ #include <QTextDocument> //for Qt::escape #ifdef COMPILE_CRYPT_SUPPORT - #include "KviCryptEngine.h" - #include "KviCryptEngine.h" + #include "kvi_cryptcontroller.h" #endif #ifdef COMPILE_SSL_SUPPORT |
