Cleanup header includes to improve readability.

pull/1/head
Darrell Anderson 12 years ago
parent 99a94433e4
commit ff26edf406

@ -18,7 +18,7 @@
* *
*/ */
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,8 +21,8 @@
#ifndef CS_BYTESTREAM_H #ifndef CS_BYTESTREAM_H
#define CS_BYTESTREAM_H #define CS_BYTESTREAM_H
#include<tqobject.h> #include <tqobject.h>
#include<tqcstring.h> #include <tqcstring.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -19,16 +19,16 @@
************************************************************************* *************************************************************************
*/ */
//#include<tqtextstream.h> //#include <tqtextstream.h>
//#include<tqguardedptr.h> //#include <tqguardedptr.h>
// #include<qca.h> // #include <qca.h>
// #include<stdlib.h> // #include <stdlib.h>
// #include"bytestream.h" // #include "bytestream.h"
// #include"base64.h" // #include "base64.h"
// #include"hash.h" // #include "hash.h"
// #include"simplesasl.h" // #include "simplesasl.h"
// #include"securestream.h" // #include "securestream.h"
// #include"protocol.h" // #include "protocol.h"
#include <tqapplication.h> // for qdebug #include <tqapplication.h> // for qdebug
#include <tqguardedptr.h> #include <tqguardedptr.h>

@ -18,19 +18,19 @@
* *
*/ */
#include"qca.h" #include "qca.h"
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqdir.h> #include <tqdir.h>
#include<tqfileinfo.h> #include <tqfileinfo.h>
#include<tqstringlist.h> #include <tqstringlist.h>
#include<tqlibrary.h> #include <tqlibrary.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include<tqapplication.h> #include <tqapplication.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<stdlib.h> #include <stdlib.h>
#include"qcaprovider.h" #include "qcaprovider.h"
#if defined(Q_OS_WIN32) #if defined(Q_OS_WIN32)
#define PLUGIN_EXT "dll" #define PLUGIN_EXT "dll"

@ -21,12 +21,12 @@
#ifndef TQCA_H #ifndef TQCA_H
#define TQCA_H #define TQCA_H
#include<tqstring.h> #include <tqstring.h>
#include<tqcstring.h> #include <tqcstring.h>
#include<tqdatetime.h> #include <tqdatetime.h>
#include<tqmap.h> #include <tqmap.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqobject.h> #include <tqobject.h>
#ifdef Q_OS_WIN32 #ifdef Q_OS_WIN32
# ifndef TQCA_STATIC # ifndef TQCA_STATIC

@ -21,12 +21,12 @@
#ifndef TQCAPROVIDER_H #ifndef TQCAPROVIDER_H
#define TQCAPROVIDER_H #define TQCAPROVIDER_H
#include<tqglobal.h> #include <tqglobal.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqdatetime.h> #include <tqdatetime.h>
#include<tqobject.h> #include <tqobject.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include"qca.h" #include "qca.h"
#define TQCA_PLUGIN_VERSION 1 #define TQCA_PLUGIN_VERSION 1

@ -20,8 +20,8 @@
#ifndef SAFEDELETE_H #ifndef SAFEDELETE_H
#define SAFEDELETE_H #define SAFEDELETE_H
#include<tqobject.h> #include <tqobject.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
class SafeDelete; class SafeDelete;
class SafeDeleteLock class SafeDeleteLock

@ -26,11 +26,11 @@
but future layers might not. but future layers might not.
*/ */
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include<tqtimer.h> #include <tqtimer.h>
#include"securestream.h" #include "securestream.h"
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// LayerTracker // LayerTracker

@ -21,9 +21,9 @@
#ifndef SECURESTREAM_H #ifndef SECURESTREAM_H
#define SECURESTREAM_H #define SECURESTREAM_H
#include<qca.h> #include <qca.h>
#include "tlshandler.h" #include "tlshandler.h"
#include"bytestream.h" #include "bytestream.h"
#define USE_TLSHANDLER #define USE_TLSHANDLER

@ -21,12 +21,12 @@
#define GWTLSHANDLER_H #define GWTLSHANDLER_H
#include <tqobject.h> #include <tqobject.h>
//#include<tqstring.h> //#include <tqstring.h>
//#include<tqhostaddress.h> //#include <tqhostaddress.h>
//#include<tqstring.h> //#include <tqstring.h>
//#include<tqcstring.h> //#include <tqcstring.h>
//#include<tqxml.h> //#include <tqxml.h>
//#include<tqdom.h> //#include <tqdom.h>
class TLSHandler : public TQObject class TLSHandler : public TQObject
{ {

@ -18,20 +18,20 @@
* *
*/ */
#include"bsocket.h" #include "bsocket.h"
#include<tqcstring.h> #include <tqcstring.h>
#include<tqsocket.h> #include <tqsocket.h>
#include<tqdns.h> #include <tqdns.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include"safedelete.h" #include "safedelete.h"
#ifndef NO_NDNS #ifndef NO_NDNS
#include"ndns.h" #include "ndns.h"
#endif #endif
#include"srvresolver.h" #include "srvresolver.h"
#ifdef BS_DEBUG #ifdef BS_DEBUG
#include<stdio.h> #include <stdio.h>
#endif #endif
#define READBUFSIZE 65536 #define READBUFSIZE 65536

@ -21,9 +21,9 @@
#ifndef CS_BSOCKET_H #ifndef CS_BSOCKET_H
#define CS_BSOCKET_H #define CS_BSOCKET_H
#include<tqobject.h> #include <tqobject.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,14 +18,14 @@
* *
*/ */
#include"httpconnect.h" #include "httpconnect.h"
#include<tqstringlist.h> #include <tqstringlist.h>
#include"bsocket.h" #include "bsocket.h"
#include"base64.h" #include "base64.h"
#ifdef PROX_DEBUG #ifdef PROX_DEBUG
#include<stdio.h> #include <stdio.h>
#endif #endif
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,7 +21,7 @@
#ifndef CS_HTTPCONNECT_H #ifndef CS_HTTPCONNECT_H
#define CS_HTTPCONNECT_H #define CS_HTTPCONNECT_H
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,19 +18,19 @@
* *
*/ */
#include"httppoll.h" #include "httppoll.h"
#include<tqstringlist.h> #include <tqstringlist.h>
#include<tqurl.h> #include <tqurl.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<qca.h> #include <qca.h>
#include<stdlib.h> #include <stdlib.h>
#include"bsocket.h" #include "bsocket.h"
#include"base64.h" #include "base64.h"
#ifdef PROX_DEBUG #ifdef PROX_DEBUG
#include<stdio.h> #include <stdio.h>
#endif #endif
#define POLL_KEYS 64 #define POLL_KEYS 64

@ -21,7 +21,7 @@
#ifndef CS_HTTPPOLL_H #ifndef CS_HTTPPOLL_H
#define CS_HTTPPOLL_H #define CS_HTTPPOLL_H
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -48,22 +48,22 @@
//! TQString ip_address = dns.resultString(); //! TQString ip_address = dns.resultString();
//! \endcode //! \endcode
#include"ndns.h" #include "ndns.h"
#include<tqapplication.h> #include <tqapplication.h>
#include<tqsocketdevice.h> #include <tqsocketdevice.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqeventloop.h> #include <tqeventloop.h>
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
#include<netdb.h> #include <netdb.h>
#include<sys/types.h> #include <sys/types.h>
#include<netinet/in.h> #include <netinet/in.h>
#include<arpa/inet.h> #include <arpa/inet.h>
#endif #endif
#ifdef Q_OS_WIN32 #ifdef Q_OS_WIN32
#include<windows.h> #include <windows.h>
#endif #endif
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,11 +21,11 @@
#ifndef CS_NDNS_H #ifndef CS_NDNS_H
#define CS_NDNS_H #define CS_NDNS_H
#include<tqobject.h> #include <tqobject.h>
#include<tqcstring.h> #include <tqcstring.h>
#include<tqthread.h> #include <tqthread.h>
#include<tqmutex.h> #include <tqmutex.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,7 +18,7 @@
* *
*/ */
#include"servsock.h" #include "servsock.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,7 +21,7 @@
#ifndef CS_SERVSOCK_H #ifndef CS_SERVSOCK_H
#define CS_SERVSOCK_H #define CS_SERVSOCK_H
#include<tqserversocket.h> #include <tqserversocket.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,30 +18,30 @@
* *
*/ */
#include"socks.h" #include "socks.h"
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include<tqstringlist.h> #include <tqstringlist.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<tqsocketdevice.h> #include <tqsocketdevice.h>
#include<tqsocketnotifier.h> #include <tqsocketnotifier.h>
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
#include<sys/types.h> #include <sys/types.h>
#include<netinet/in.h> #include <netinet/in.h>
#endif #endif
#ifdef Q_OS_WIN32 #ifdef Q_OS_WIN32
#include<windows.h> #include <windows.h>
#endif #endif
#include"servsock.h" #include "servsock.h"
#include"bsocket.h" #include "bsocket.h"
#ifdef PROX_DEBUG #ifdef PROX_DEBUG
#include<stdio.h> #include <stdio.h>
#endif #endif
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,7 +21,7 @@
#ifndef CS_SOCKS_H #ifndef CS_SOCKS_H
#define CS_SOCKS_H #define CS_SOCKS_H
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,15 +18,15 @@
* *
*/ */
#include"srvresolver.h" #include "srvresolver.h"
#include<tqcstring.h> #include <tqcstring.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqdns.h> #include <tqdns.h>
#include"safedelete.h" #include "safedelete.h"
#ifndef NO_NDNS #ifndef NO_NDNS
#include"ndns.h" #include "ndns.h"
#endif #endif
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,8 +21,8 @@
#ifndef CS_SRVRESOLVER_H #ifndef CS_SRVRESOLVER_H
#define CS_SRVRESOLVER_H #define CS_SRVRESOLVER_H
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include<tqdns.h> #include <tqdns.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,7 +18,7 @@
* *
*/ */
#include"base64.h" #include "base64.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,7 +21,7 @@
#ifndef CS_BASE64_H #ifndef CS_BASE64_H
#define CS_BASE64_H #define CS_BASE64_H
#include<tqstring.h> #include <tqstring.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,7 +18,7 @@
* *
*/ */
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,8 +21,8 @@
#ifndef CS_BYTESTREAM_H #ifndef CS_BYTESTREAM_H
#define CS_BYTESTREAM_H #define CS_BYTESTREAM_H
#include<tqobject.h> #include <tqobject.h>
#include<tqcstring.h> #include <tqcstring.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,12 +18,12 @@
* *
*/ */
#include"cipher.h" #include "cipher.h"
#include<openssl/evp.h> #include <openssl/evp.h>
#include<openssl/rsa.h> #include <openssl/rsa.h>
#include"bytestream.h" #include "bytestream.h"
#include"tqrandom.h" #include "tqrandom.h"
static bool lib_encryptArray(const EVP_CIPHER *type, const TQByteArray &buf, const TQByteArray &key, const TQByteArray &iv, bool pad, TQByteArray *out) static bool lib_encryptArray(const EVP_CIPHER *type, const TQByteArray &buf, const TQByteArray &key, const TQByteArray &iv, bool pad, TQByteArray *out)
{ {

@ -21,8 +21,8 @@
#ifndef CS_CIPHER_H #ifndef CS_CIPHER_H
#define CS_CIPHER_H #define CS_CIPHER_H
#include<tqstring.h> #include <tqstring.h>
#include<tqcstring.h> #include <tqcstring.h>
namespace Cipher namespace Cipher
{ {

@ -1,6 +1,6 @@
#include"qrandom.h" #include "qrandom.h"
#include<stdlib.h> #include <stdlib.h>
uchar QRandom::randomChar() uchar QRandom::randomChar()
{ {

@ -1,7 +1,7 @@
#ifndef CS_TQRANDOM_H #ifndef CS_TQRANDOM_H
#define CS_TQRANDOM_H #define CS_TQRANDOM_H
#include<tqcstring.h> #include <tqcstring.h>
class QRandom class QRandom
{ {

@ -1,6 +1,6 @@
#include"safedelete.h" #include "safedelete.h"
#include<tqtimer.h> #include <tqtimer.h>
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// SafeDelete // SafeDelete

@ -1,8 +1,8 @@
#ifndef SAFEDELETE_H #ifndef SAFEDELETE_H
#define SAFEDELETE_H #define SAFEDELETE_H
#include<tqobject.h> #include <tqobject.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
class SafeDelete; class SafeDelete;
class SafeDeleteLock class SafeDeleteLock

@ -18,7 +18,7 @@
* *
*/ */
#include"sha1.h" #include "sha1.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -21,7 +21,7 @@
#ifndef CS_SHA1_H #ifndef CS_SHA1_H
#define CS_SHA1_H #define CS_SHA1_H
#include<tqstring.h> #include <tqstring.h>
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -18,13 +18,13 @@
* *
*/ */
#include"showtextdlg.h" #include "showtextdlg.h"
#include<tqlayout.h> #include <tqlayout.h>
#include<tqtextedit.h> #include <tqtextedit.h>
#include<tqpushbutton.h> #include <tqpushbutton.h>
#include<tqfile.h> #include <tqfile.h>
#include<tqtextstream.h> #include <tqtextstream.h>
ShowTextDlg::ShowTextDlg(const TQString &fname, bool rich, TQWidget *parent, const char *name) ShowTextDlg::ShowTextDlg(const TQString &fname, bool rich, TQWidget *parent, const char *name)

@ -21,7 +21,7 @@
#ifndef CS_SHOWTEXTDLG_H #ifndef CS_SHOWTEXTDLG_H
#define CS_SHOWTEXTDLG_H #define CS_SHOWTEXTDLG_H
#include<tqdialog.h> #include <tqdialog.h>
class ShowTextDlg : public TQDialog class ShowTextDlg : public TQDialog
{ {

@ -21,9 +21,9 @@
#ifndef XMPP_IM_H #ifndef XMPP_IM_H
#define XMPP_IM_H #define XMPP_IM_H
#include<tqdatetime.h> #include <tqdatetime.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include"xmpp.h" #include "xmpp.h"
namespace XMPP namespace XMPP
{ {

@ -21,13 +21,13 @@
#ifndef XMPP_H #ifndef XMPP_H
#define XMPP_H #define XMPP_H
#include<tqobject.h> #include <tqobject.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqcstring.h> #include <tqcstring.h>
#include<tqxml.h> #include <tqxml.h>
#include<tqdom.h> #include <tqdom.h>
namespace TQCA namespace TQCA
{ {

@ -18,14 +18,14 @@
* *
*/ */
#include"filetransfer.h" #include "filetransfer.h"
#include<tqtimer.h> #include <tqtimer.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<tqfileinfo.h> #include <tqfileinfo.h>
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include"s5b.h" #include "s5b.h"
#define SENDBUFSIZE 65536 #define SENDBUFSIZE 65536

@ -20,16 +20,16 @@
#include <config.h> #include <config.h>
#include"s5b.h" #include "s5b.h"
#include<tqtimer.h> #include <tqtimer.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<stdlib.h> #include <stdlib.h>
#include<qca.h> #include <qca.h>
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include "../xmpp-core/hash.h" #include "../xmpp-core/hash.h"
#include"socks.h" #include "socks.h"
#include"safedelete.h" #include "safedelete.h"
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
# include <windows.h> # include <windows.h>
@ -2538,4 +2538,4 @@ void StreamHost::setIsProxy(bool b)
} }
#include"s5b.moc" #include "s5b.moc"

@ -21,12 +21,12 @@
#ifndef XMPP_S5B_H #ifndef XMPP_S5B_H
#define XMPP_S5B_H #define XMPP_S5B_H
#include<tqobject.h> #include <tqobject.h>
#include<tqcstring.h> #include <tqcstring.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include"im.h" #include "im.h"
#include"bytestream.h" #include "bytestream.h"
class SocksClient; class SocksClient;
class SocksUDP; class SocksUDP;

@ -18,13 +18,13 @@
* *
*/ */
#include"xmpp_ibb.h" #include "xmpp_ibb.h"
#include<tqtimer.h> #include <tqtimer.h>
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include"base64.h" #include "base64.h"
#include<stdlib.h> #include <stdlib.h>
#define IBB_PACKET_SIZE 4096 #define IBB_PACKET_SIZE 4096
#define IBB_PACKET_DELAY 0 #define IBB_PACKET_DELAY 0

@ -21,12 +21,12 @@
#ifndef JABBER_IBB_H #ifndef JABBER_IBB_H
#define JABBER_IBB_H #define JABBER_IBB_H
#include<tqobject.h> #include <tqobject.h>
#include<tqdom.h> #include <tqdom.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include"bytestream.h" #include "bytestream.h"
#include"im.h" #include "im.h"
namespace XMPP namespace XMPP
{ {

@ -18,13 +18,13 @@
* *
*/ */
#include"xmpp_jidlink.h" #include "xmpp_jidlink.h"
#include<tqdom.h> #include <tqdom.h>
#include<tqtimer.h> #include <tqtimer.h>
#include"im.h" #include "im.h"
#include"s5b.h" #include "s5b.h"
#include"xmpp_ibb.h" #include "xmpp_ibb.h"
using namespace XMPP; using namespace XMPP;

@ -25,9 +25,9 @@
#ifndef JABBER_JIDLINK_H #ifndef JABBER_JIDLINK_H
#define JABBER_JIDLINK_H #define JABBER_JIDLINK_H
#include<tqobject.h> #include <tqobject.h>
#include<tqstring.h> #include <tqstring.h>
#include"xmpp.h" #include "xmpp.h"
class ByteStream; class ByteStream;

@ -29,24 +29,24 @@
greatly simplify this class. - Sep 3rd, 2003. greatly simplify this class. - Sep 3rd, 2003.
*/ */
#include"xmpp.h" #include "xmpp.h"
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<qca.h> #include <qca.h>
#include"safedelete.h" #include "safedelete.h"
#ifdef NO_NDNS #ifdef NO_NDNS
#include<tqdns.h> #include <tqdns.h>
#else #else
#include"ndns.h" #include "ndns.h"
#endif #endif
#include"srvresolver.h" #include "srvresolver.h"
#include"bsocket.h" #include "bsocket.h"
#include"httpconnect.h" #include "httpconnect.h"
#include"httppoll.h" #include "httppoll.h"
#include"socks.h" #include "socks.h"
#include"hash.h" #include "hash.h"
//#define XMPP_DEBUG //#define XMPP_DEBUG

@ -18,7 +18,7 @@
* *
*/ */
#include"hash.h" #include "hash.h"
namespace XMPP namespace XMPP
{ {

@ -18,10 +18,10 @@
* *
*/ */
#include"xmpp.h" #include "xmpp.h"
#include<tqdict.h> #include <tqdict.h>
#include<stringprep.h> #include <stringprep.h>
using namespace XMPP; using namespace XMPP;

@ -47,11 +47,11 @@
it would be nice if TQt had this already. it would be nice if TQt had this already.
*/ */
#include"parser.h" #include "parser.h"
#include<tqtextcodec.h> #include <tqtextcodec.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<string.h> #include <string.h>
using namespace XMPP; using namespace XMPP;

@ -21,8 +21,8 @@
#ifndef PARSER_H #ifndef PARSER_H
#define PARSER_H #define PARSER_H
#include<tqdom.h> #include <tqdom.h>
#include<tqxml.h> #include <tqxml.h>
namespace XMPP namespace XMPP
{ {

@ -23,14 +23,14 @@
// report ErrProtocol if server uses wrong NS // report ErrProtocol if server uses wrong NS
// use send() instead of writeElement() in CoreProtocol // use send() instead of writeElement() in CoreProtocol
#include"protocol.h" #include "protocol.h"
#include<qca.h> #include <qca.h>
#include"base64.h" #include "base64.h"
#include"hash.h" #include "hash.h"
#ifdef XMPP_TEST #ifdef XMPP_TEST
#include"td.h" #include "td.h"
#endif #endif
using namespace XMPP; using namespace XMPP;

@ -21,9 +21,9 @@
#ifndef PROTOCOL_H #ifndef PROTOCOL_H
#define PROTOCOL_H #define PROTOCOL_H
#include<tqpair.h> #include <tqpair.h>
#include"xmlprotocol.h" #include "xmlprotocol.h"
#include"xmpp.h" #include "xmpp.h"
#define NS_ETHERX "http://etherx.jabber.org/streams" #define NS_ETHERX "http://etherx.jabber.org/streams"
#define NS_CLIENT "jabber:client" #define NS_CLIENT "jabber:client"

@ -26,14 +26,14 @@
but future layers might not. but future layers might not.
*/ */
#include"securestream.h" #include "securestream.h"
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include<tqtimer.h> #include <tqtimer.h>
#ifdef USE_TLSHANDLER #ifdef USE_TLSHANDLER
#include"xmpp.h" #include "xmpp.h"
#endif #endif
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -305,7 +305,7 @@ private slots:
#endif #endif
}; };
#include"securestream.moc" #include "securestream.moc"
class SecureStream::Private class SecureStream::Private
{ {

@ -21,8 +21,8 @@
#ifndef SECURESTREAM_H #ifndef SECURESTREAM_H
#define SECURESTREAM_H #define SECURESTREAM_H
#include<qca.h> #include <qca.h>
#include"bytestream.h" #include "bytestream.h"
#define USE_TLSHANDLER #define USE_TLSHANDLER

@ -18,15 +18,15 @@
* *
*/ */
#include"simplesasl.h" #include "simplesasl.h"
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include<tqstringlist.h> #include <tqstringlist.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include<qca.h> #include <qca.h>
#include<stdlib.h> #include <stdlib.h>
#include"base64.h" #include "base64.h"
namespace XMPP namespace XMPP
{ {

@ -42,22 +42,22 @@
- sasl anonymous - sasl anonymous
*/ */
#include"xmpp.h" #include "xmpp.h"
#include<tqtextstream.h> #include <tqtextstream.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<qca.h> #include <qca.h>
#include<stdlib.h> #include <stdlib.h>
#include"bytestream.h" #include "bytestream.h"
#include"base64.h" #include "base64.h"
#include"hash.h" #include "hash.h"
#include"simplesasl.h" #include "simplesasl.h"
#include"securestream.h" #include "securestream.h"
#include"protocol.h" #include "protocol.h"
#ifdef XMPP_TEST #ifdef XMPP_TEST
#include"td.h" #include "td.h"
#endif #endif
//#define XMPP_DEBUG //#define XMPP_DEBUG

@ -1,7 +1,7 @@
#ifndef TESTDEBUG_H #ifndef TESTDEBUG_H
#define TESTDEBUG_H #define TESTDEBUG_H
#include<tqdom.h> #include <tqdom.h>
class TD class TD
{ {

@ -18,9 +18,9 @@
* *
*/ */
#include"xmpp.h" #include "xmpp.h"
#include<tqtimer.h> #include <tqtimer.h>
#include <qca.h> #include <qca.h>
using namespace XMPP; using namespace XMPP;

@ -18,9 +18,9 @@
* *
*/ */
#include"xmlprotocol.h" #include "xmlprotocol.h"
#include"bytestream.h" #include "bytestream.h"
using namespace XMPP; using namespace XMPP;

@ -21,9 +21,9 @@
#ifndef XMLPROTOCOL_H #ifndef XMLPROTOCOL_H
#define XMLPROTOCOL_H #define XMLPROTOCOL_H
#include<tqdom.h> #include <tqdom.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
#include"parser.h" #include "parser.h"
#define NS_XML "http://www.w3.org/XML/1998/namespace" #define NS_XML "http://www.w3.org/XML/1998/namespace"

@ -18,8 +18,8 @@
* *
*/ */
#include"im.h" #include "im.h"
#include"safedelete.h" #include "safedelete.h"
//! \class Client client.h //! \class Client client.h
//! \brief Communicates with the Jabber network. Start here. //! \brief Communicates with the Jabber network. Start here.
@ -69,30 +69,30 @@
//! } //! }
//! \endcode //! \endcode
#include<stdarg.h> #include <stdarg.h>
#include<tqmap.h> #include <tqmap.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include"xmpp_tasks.h" #include "xmpp_tasks.h"
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include"s5b.h" #include "s5b.h"
#include"xmpp_ibb.h" #include "xmpp_ibb.h"
#include"xmpp_jidlink.h" #include "xmpp_jidlink.h"
#include"filetransfer.h" #include "filetransfer.h"
/*#include<stdio.h> /*#include <stdio.h>
#include<stdarg.h> #include <stdarg.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqdom.h> #include <tqdom.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
#include<tqtimer.h> #include <tqtimer.h>
#include"xmpp_stream.h" #include "xmpp_stream.h"
#include"xmpp_tasks.h" #include "xmpp_tasks.h"
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include"xmpp_dtcp.h" #include "xmpp_dtcp.h"
#include"xmpp_ibb.h" #include "xmpp_ibb.h"
#include"xmpp_jidlink.h" #include "xmpp_jidlink.h"
using namespace Jabber;*/ using namespace Jabber;*/

@ -18,10 +18,10 @@
* *
*/ */
#include"im.h" #include "im.h"
#include "protocol.h" #include "protocol.h"
#include<tqmap.h> #include <tqmap.h>
#include<tqapplication.h> #include <tqapplication.h>
#define NS_XML "http://www.w3.org/XML/1998/namespace" #define NS_XML "http://www.w3.org/XML/1998/namespace"
@ -1874,4 +1874,4 @@ TQString DiscoItem::action2string(Action a)
} }
#include"types.moc" #include "types.moc"

@ -18,17 +18,17 @@
* *
*/ */
#include"xmpp_tasks.h" #include "xmpp_tasks.h"
#include"base64.h" #include "base64.h"
//#include"sha1.h" //#include "sha1.h"
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
//#include"xmpp_stream.h" //#include "xmpp_stream.h"
//#include"xmpp_types.h" //#include "xmpp_types.h"
#include"xmpp_vcard.h" #include "xmpp_vcard.h"
#include<tqregexp.h> #include <tqregexp.h>
#include<tqvaluelist.h> #include <tqvaluelist.h>
using namespace XMPP; using namespace XMPP;

@ -21,11 +21,11 @@
#ifndef JABBER_TASKS_H #ifndef JABBER_TASKS_H
#define JABBER_TASKS_H #define JABBER_TASKS_H
#include<tqstring.h> #include <tqstring.h>
#include<tqdom.h> #include <tqdom.h>
#include"im.h" #include "im.h"
#include"xmpp_vcard.h" #include "xmpp_vcard.h"
namespace XMPP namespace XMPP
{ {

@ -18,7 +18,7 @@
* *
*/ */
#include"xmpp_xmlcommon.h" #include "xmpp_xmlcommon.h"
#include <tqstring.h> #include <tqstring.h>
#include <tqdom.h> #include <tqdom.h>
@ -28,7 +28,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqcolor.h> #include <tqcolor.h>
#include"im.h" #include "im.h"
bool stamp2TS(const TQString &ts, TQDateTime *d) bool stamp2TS(const TQString &ts, TQDateTime *d)
{ {

@ -21,7 +21,7 @@
#ifndef JABBER_XMLCOMMON_H #ifndef JABBER_XMLCOMMON_H
#define JABBER_XMLCOMMON_H #define JABBER_XMLCOMMON_H
#include<tqdom.h> #include <tqdom.h>
class TQDateTime; class TQDateTime;
class TQRect; class TQRect;

@ -18,19 +18,19 @@
* *
*/ */
#include"qca.h" #include "qca.h"
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqdir.h> #include <tqdir.h>
#include<tqfileinfo.h> #include <tqfileinfo.h>
#include<tqstringlist.h> #include <tqstringlist.h>
#include<tqlibrary.h> #include <tqlibrary.h>
#include<tqtimer.h> #include <tqtimer.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include<tqapplication.h> #include <tqapplication.h>
#include<tqguardedptr.h> #include <tqguardedptr.h>
#include<stdlib.h> #include <stdlib.h>
#include"qcaprovider.h" #include "qcaprovider.h"
#if defined(Q_OS_WIN32) #if defined(Q_OS_WIN32)
#define PLUGIN_EXT "dll" #define PLUGIN_EXT "dll"

@ -21,12 +21,12 @@
#ifndef TQCA_H #ifndef TQCA_H
#define TQCA_H #define TQCA_H
#include<tqstring.h> #include <tqstring.h>
#include<tqcstring.h> #include <tqcstring.h>
#include<tqdatetime.h> #include <tqdatetime.h>
#include<tqmap.h> #include <tqmap.h>
#include<tqptrlist.h> #include <tqptrlist.h>
#include<tqobject.h> #include <tqobject.h>
#ifdef Q_OS_WIN32 #ifdef Q_OS_WIN32
# ifndef TQCA_STATIC # ifndef TQCA_STATIC

@ -21,12 +21,12 @@
#ifndef TQCAPROVIDER_H #ifndef TQCAPROVIDER_H
#define TQCAPROVIDER_H #define TQCAPROVIDER_H
#include<tqglobal.h> #include <tqglobal.h>
#include<tqstring.h> #include <tqstring.h>
#include<tqdatetime.h> #include <tqdatetime.h>
#include<tqobject.h> #include <tqobject.h>
#include<tqhostaddress.h> #include <tqhostaddress.h>
#include"qca.h" #include "qca.h"
#define TQCA_PLUGIN_VERSION 1 #define TQCA_PLUGIN_VERSION 1

@ -18,7 +18,7 @@
* *
*/ */
#include"sha1.h" #include "sha1.h"
/**************************************************************************** /****************************************************************************
SHA1 - from a public domain implementation by Steve Reid (steve@edmweb.com) SHA1 - from a public domain implementation by Steve Reid (steve@edmweb.com)

@ -21,7 +21,7 @@
#ifndef CS_SHA1_H #ifndef CS_SHA1_H
#define CS_SHA1_H #define CS_SHA1_H
#include<tqstring.h> #include <tqstring.h>
class SHA1 class SHA1
{ {

@ -18,7 +18,7 @@
* *
*/ */
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -20,8 +20,8 @@
#ifndef SAFEDELETE_H #ifndef SAFEDELETE_H
#define SAFEDELETE_H #define SAFEDELETE_H
#include<tqobject.h> #include <tqobject.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
class SafeDelete; class SafeDelete;
class SafeDeleteLock class SafeDeleteLock

@ -19,7 +19,7 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include"bytestream.h" #include "bytestream.h"
// CS_NAMESPACE_BEGIN // CS_NAMESPACE_BEGIN

@ -20,8 +20,8 @@
#ifndef SAFEDELETE_H #ifndef SAFEDELETE_H
#define SAFEDELETE_H #define SAFEDELETE_H
#include<tqobject.h> #include <tqobject.h>
#include<tqobjectlist.h> #include <tqobjectlist.h>
class SafeDelete; class SafeDelete;
class SafeDeleteLock class SafeDeleteLock

Loading…
Cancel
Save