summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-25 19:20:22 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-25 19:20:22 -0600
commitff26edf4064a15a77f6eb16bf45700a7f5eaacfb (patch)
treefd58bbf13c1bac48621d62001856ec5ad9f7fe1f /kopete/protocols/groupwise/libgroupwise
parent99a94433e4c65ab7e2343f58b653569b9b65d23d (diff)
downloadtdenetwork-ff26edf4064a15a77f6eb16bf45700a7f5eaacfb.tar.gz
tdenetwork-ff26edf4064a15a77f6eb16bf45700a7f5eaacfb.zip
Cleanup header includes to improve readability.
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/bytestream.cpp2
-rw-r--r--kopete/protocols/groupwise/libgroupwise/bytestream.h4
-rw-r--r--kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp20
-rw-r--r--kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp26
-rw-r--r--kopete/protocols/groupwise/libgroupwise/qca/src/qca.h12
-rw-r--r--kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h12
-rw-r--r--kopete/protocols/groupwise/libgroupwise/safedelete.h4
-rw-r--r--kopete/protocols/groupwise/libgroupwise/securestream.cpp8
-rw-r--r--kopete/protocols/groupwise/libgroupwise/securestream.h4
-rw-r--r--kopete/protocols/groupwise/libgroupwise/tlshandler.h12
10 files changed, 52 insertions, 52 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/bytestream.cpp b/kopete/protocols/groupwise/libgroupwise/bytestream.cpp
index 0b20c050..fcb82ef4 100644
--- a/kopete/protocols/groupwise/libgroupwise/bytestream.cpp
+++ b/kopete/protocols/groupwise/libgroupwise/bytestream.cpp
@@ -18,7 +18,7 @@
*
*/
-#include"bytestream.h"
+#include "bytestream.h"
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/groupwise/libgroupwise/bytestream.h b/kopete/protocols/groupwise/libgroupwise/bytestream.h
index 0ffab15b..e64ce68d 100644
--- a/kopete/protocols/groupwise/libgroupwise/bytestream.h
+++ b/kopete/protocols/groupwise/libgroupwise/bytestream.h
@@ -21,8 +21,8 @@
#ifndef CS_BYTESTREAM_H
#define CS_BYTESTREAM_H
-#include<tqobject.h>
-#include<tqcstring.h>
+#include <tqobject.h>
+#include <tqcstring.h>
// CS_NAMESPACE_BEGIN
diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp b/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp
index f58efea6..67d22462 100644
--- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp
+++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp
@@ -19,16 +19,16 @@
*************************************************************************
*/
-//#include<tqtextstream.h>
-//#include<tqguardedptr.h>
-// #include<qca.h>
-// #include<stdlib.h>
-// #include"bytestream.h"
-// #include"base64.h"
-// #include"hash.h"
-// #include"simplesasl.h"
-// #include"securestream.h"
-// #include"protocol.h"
+//#include <tqtextstream.h>
+//#include <tqguardedptr.h>
+// #include <qca.h>
+// #include <stdlib.h>
+// #include "bytestream.h"
+// #include "base64.h"
+// #include "hash.h"
+// #include "simplesasl.h"
+// #include "securestream.h"
+// #include "protocol.h"
#include <tqapplication.h> // for qdebug
#include <tqguardedptr.h>
diff --git a/kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp b/kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp
index c7a12e9f..3981964a 100644
--- a/kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp
+++ b/kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp
@@ -18,19 +18,19 @@
*
*/
-#include"qca.h"
-
-#include<tqptrlist.h>
-#include<tqdir.h>
-#include<tqfileinfo.h>
-#include<tqstringlist.h>
-#include<tqlibrary.h>
-#include<tqtimer.h>
-#include<tqhostaddress.h>
-#include<tqapplication.h>
-#include<tqguardedptr.h>
-#include<stdlib.h>
-#include"qcaprovider.h"
+#include "qca.h"
+
+#include <tqptrlist.h>
+#include <tqdir.h>
+#include <tqfileinfo.h>
+#include <tqstringlist.h>
+#include <tqlibrary.h>
+#include <tqtimer.h>
+#include <tqhostaddress.h>
+#include <tqapplication.h>
+#include <tqguardedptr.h>
+#include <stdlib.h>
+#include "qcaprovider.h"
#if defined(Q_OS_WIN32)
#define PLUGIN_EXT "dll"
diff --git a/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h b/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h
index 73edb40d..7a8a3af4 100644
--- a/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h
+++ b/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h
@@ -21,12 +21,12 @@
#ifndef TQCA_H
#define TQCA_H
-#include<tqstring.h>
-#include<tqcstring.h>
-#include<tqdatetime.h>
-#include<tqmap.h>
-#include<tqptrlist.h>
-#include<tqobject.h>
+#include <tqstring.h>
+#include <tqcstring.h>
+#include <tqdatetime.h>
+#include <tqmap.h>
+#include <tqptrlist.h>
+#include <tqobject.h>
#ifdef Q_OS_WIN32
# ifndef TQCA_STATIC
diff --git a/kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h b/kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h
index a88b12aa..b0e5385a 100644
--- a/kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h
+++ b/kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h
@@ -21,12 +21,12 @@
#ifndef TQCAPROVIDER_H
#define TQCAPROVIDER_H
-#include<tqglobal.h>
-#include<tqstring.h>
-#include<tqdatetime.h>
-#include<tqobject.h>
-#include<tqhostaddress.h>
-#include"qca.h"
+#include <tqglobal.h>
+#include <tqstring.h>
+#include <tqdatetime.h>
+#include <tqobject.h>
+#include <tqhostaddress.h>
+#include "qca.h"
#define TQCA_PLUGIN_VERSION 1
diff --git a/kopete/protocols/groupwise/libgroupwise/safedelete.h b/kopete/protocols/groupwise/libgroupwise/safedelete.h
index 33748953..a740d66f 100644
--- a/kopete/protocols/groupwise/libgroupwise/safedelete.h
+++ b/kopete/protocols/groupwise/libgroupwise/safedelete.h
@@ -20,8 +20,8 @@
#ifndef SAFEDELETE_H
#define SAFEDELETE_H
-#include<tqobject.h>
-#include<tqobjectlist.h>
+#include <tqobject.h>
+#include <tqobjectlist.h>
class SafeDelete;
class SafeDeleteLock
diff --git a/kopete/protocols/groupwise/libgroupwise/securestream.cpp b/kopete/protocols/groupwise/libgroupwise/securestream.cpp
index 2879d77e..656f7e43 100644
--- a/kopete/protocols/groupwise/libgroupwise/securestream.cpp
+++ b/kopete/protocols/groupwise/libgroupwise/securestream.cpp
@@ -26,11 +26,11 @@
but future layers might not.
*/
-#include<tqguardedptr.h>
-#include<tqvaluelist.h>
-#include<tqtimer.h>
+#include <tqguardedptr.h>
+#include <tqvaluelist.h>
+#include <tqtimer.h>
-#include"securestream.h"
+#include "securestream.h"
//----------------------------------------------------------------------------
// LayerTracker
diff --git a/kopete/protocols/groupwise/libgroupwise/securestream.h b/kopete/protocols/groupwise/libgroupwise/securestream.h
index 52d69d21..d5b877fd 100644
--- a/kopete/protocols/groupwise/libgroupwise/securestream.h
+++ b/kopete/protocols/groupwise/libgroupwise/securestream.h
@@ -21,9 +21,9 @@
#ifndef SECURESTREAM_H
#define SECURESTREAM_H
-#include<qca.h>
+#include <qca.h>
#include "tlshandler.h"
-#include"bytestream.h"
+#include "bytestream.h"
#define USE_TLSHANDLER
diff --git a/kopete/protocols/groupwise/libgroupwise/tlshandler.h b/kopete/protocols/groupwise/libgroupwise/tlshandler.h
index 44772293..c2f713d4 100644
--- a/kopete/protocols/groupwise/libgroupwise/tlshandler.h
+++ b/kopete/protocols/groupwise/libgroupwise/tlshandler.h
@@ -21,12 +21,12 @@
#define GWTLSHANDLER_H
#include <tqobject.h>
-//#include<tqstring.h>
-//#include<tqhostaddress.h>
-//#include<tqstring.h>
-//#include<tqcstring.h>
-//#include<tqxml.h>
-//#include<tqdom.h>
+//#include <tqstring.h>
+//#include <tqhostaddress.h>
+//#include <tqstring.h>
+//#include <tqcstring.h>
+//#include <tqxml.h>
+//#include <tqdom.h>
class TLSHandler : public TQObject
{