diff options
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp index a07ed503..5e900119 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp @@ -18,19 +18,19 @@ * */ -#include"httppoll.h" +#include "httppoll.h" -#include<tqstringlist.h> -#include<tqurl.h> -#include<tqtimer.h> -#include<tqguardedptr.h> -#include<qca.h> -#include<stdlib.h> -#include"bsocket.h" -#include"base64.h" +#include <tqstringlist.h> +#include <tqurl.h> +#include <tqtimer.h> +#include <tqguardedptr.h> +#include <qca.h> +#include <stdlib.h> +#include "bsocket.h" +#include "base64.h" #ifdef PROX_DEBUG -#include<stdio.h> +#include <stdio.h> #endif #define POLL_KEYS 64 |