summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/network
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp18
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h6
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp10
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp20
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp20
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/ndns.h10
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/servsock.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp28
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/socks.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp12
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h4
14 files changed, 69 insertions, 69 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp
index 27184748..1309ec01 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp
@@ -18,20 +18,20 @@
*
*/
-#include"bsocket.h"
+#include "bsocket.h"
-#include<tqcstring.h>
-#include<tqsocket.h>
-#include<tqdns.h>
-#include<tqguardedptr.h>
-#include"safedelete.h"
+#include <tqcstring.h>
+#include <tqsocket.h>
+#include <tqdns.h>
+#include <tqguardedptr.h>
+#include "safedelete.h"
#ifndef NO_NDNS
-#include"ndns.h"
+#include "ndns.h"
#endif
-#include"srvresolver.h"
+#include "srvresolver.h"
#ifdef BS_DEBUG
-#include<stdio.h>
+#include <stdio.h>
#endif
#define READBUFSIZE 65536
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
index 38aa4912..c7cb1e23 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
@@ -21,9 +21,9 @@
#ifndef CS_BSOCKET_H
#define CS_BSOCKET_H
-#include<tqobject.h>
-#include<tqhostaddress.h>
-#include"bytestream.h"
+#include <tqobject.h>
+#include <tqhostaddress.h>
+#include "bytestream.h"
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp
index 6abeb556..e9cc5781 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp
@@ -18,14 +18,14 @@
*
*/
-#include"httpconnect.h"
+#include "httpconnect.h"
-#include<tqstringlist.h>
-#include"bsocket.h"
-#include"base64.h"
+#include <tqstringlist.h>
+#include "bsocket.h"
+#include "base64.h"
#ifdef PROX_DEBUG
-#include<stdio.h>
+#include <stdio.h>
#endif
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
index 148356e8..07c08b2e 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
@@ -21,7 +21,7 @@
#ifndef CS_HTTPCONNECT_H
#define CS_HTTPCONNECT_H
-#include"bytestream.h"
+#include "bytestream.h"
// CS_NAMESPACE_BEGIN
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
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
index 088d5c33..4342d763 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
@@ -21,7 +21,7 @@
#ifndef CS_HTTPPOLL_H
#define CS_HTTPPOLL_H
-#include"bytestream.h"
+#include "bytestream.h"
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp
index 7db5defb..d36b1fd0 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp
@@ -48,22 +48,22 @@
//! TQString ip_address = dns.resultString();
//! \endcode
-#include"ndns.h"
+#include "ndns.h"
-#include<tqapplication.h>
-#include<tqsocketdevice.h>
-#include<tqptrlist.h>
-#include<tqeventloop.h>
+#include <tqapplication.h>
+#include <tqsocketdevice.h>
+#include <tqptrlist.h>
+#include <tqeventloop.h>
#ifdef Q_OS_UNIX
-#include<netdb.h>
-#include<sys/types.h>
-#include<netinet/in.h>
-#include<arpa/inet.h>
+#include <netdb.h>
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#endif
#ifdef Q_OS_WIN32
-#include<windows.h>
+#include <windows.h>
#endif
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
index 01907ccd..50a702f7 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
@@ -21,11 +21,11 @@
#ifndef CS_NDNS_H
#define CS_NDNS_H
-#include<tqobject.h>
-#include<tqcstring.h>
-#include<tqthread.h>
-#include<tqmutex.h>
-#include<tqhostaddress.h>
+#include <tqobject.h>
+#include <tqcstring.h>
+#include <tqthread.h>
+#include <tqmutex.h>
+#include <tqhostaddress.h>
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp
index 0e0b5337..9ee26ee5 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp
@@ -18,7 +18,7 @@
*
*/
-#include"servsock.h"
+#include "servsock.h"
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
index c77b57c8..ac88719b 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
@@ -21,7 +21,7 @@
#ifndef CS_SERVSOCK_H
#define CS_SERVSOCK_H
-#include<tqserversocket.h>
+#include <tqserversocket.h>
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp
index e4e1b182..baa1eb84 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp
@@ -18,30 +18,30 @@
*
*/
-#include"socks.h"
+#include "socks.h"
-#include<tqhostaddress.h>
-#include<tqstringlist.h>
-#include<tqptrlist.h>
-#include<tqtimer.h>
-#include<tqguardedptr.h>
-#include<tqsocketdevice.h>
-#include<tqsocketnotifier.h>
+#include <tqhostaddress.h>
+#include <tqstringlist.h>
+#include <tqptrlist.h>
+#include <tqtimer.h>
+#include <tqguardedptr.h>
+#include <tqsocketdevice.h>
+#include <tqsocketnotifier.h>
#ifdef Q_OS_UNIX
-#include<sys/types.h>
-#include<netinet/in.h>
+#include <sys/types.h>
+#include <netinet/in.h>
#endif
#ifdef Q_OS_WIN32
-#include<windows.h>
+#include <windows.h>
#endif
-#include"servsock.h"
-#include"bsocket.h"
+#include "servsock.h"
+#include "bsocket.h"
#ifdef PROX_DEBUG
-#include<stdio.h>
+#include <stdio.h>
#endif
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
index 3205ceb2..a09c14c7 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
@@ -21,7 +21,7 @@
#ifndef CS_SOCKS_H
#define CS_SOCKS_H
-#include"bytestream.h"
+#include "bytestream.h"
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp
index 987de66c..873d6c11 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp
@@ -18,15 +18,15 @@
*
*/
-#include"srvresolver.h"
+#include "srvresolver.h"
-#include<tqcstring.h>
-#include<tqtimer.h>
-#include<tqdns.h>
-#include"safedelete.h"
+#include <tqcstring.h>
+#include <tqtimer.h>
+#include <tqdns.h>
+#include "safedelete.h"
#ifndef NO_NDNS
-#include"ndns.h"
+#include "ndns.h"
#endif
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
index 669bcf80..cfedae4e 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
@@ -21,8 +21,8 @@
#ifndef CS_SRVRESOLVER_H
#define CS_SRVRESOLVER_H
-#include<tqvaluelist.h>
-#include<tqdns.h>
+#include <tqvaluelist.h>
+#include <tqdns.h>
// CS_NAMESPACE_BEGIN