By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1040
Collapse All | Expand All

(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/bytestream.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"bytestream.h"
21
#include "bytestream.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/bytestream.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef CS_BYTESTREAM_H
21
#ifndef CS_BYTESTREAM_H
22
#define CS_BYTESTREAM_H
22
#define CS_BYTESTREAM_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
26
27
// CS_NAMESPACE_BEGIN
27
// CS_NAMESPACE_BEGIN
28
28
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/gwclientstream.cpp (-10 / +10 lines)
Lines 19-34 Link Here
19
    *************************************************************************
19
    *************************************************************************
20
*/
20
*/
21
21
22
//#include<tqtextstream.h>
22
//#include <tqtextstream.h>
23
//#include<tqguardedptr.h>
23
//#include <tqguardedptr.h>
24
// #include<qca.h>
24
// #include <qca.h>
25
// #include<stdlib.h>
25
// #include <stdlib.h>
26
// #include"bytestream.h"
26
// #include "bytestream.h"
27
// #include"base64.h"
27
// #include "base64.h"
28
// #include"hash.h"
28
// #include "hash.h"
29
// #include"simplesasl.h"
29
// #include "simplesasl.h"
30
// #include"securestream.h"
30
// #include "securestream.h"
31
// #include"protocol.h"
31
// #include "protocol.h"
32
32
33
#include <tqapplication.h>  // for qdebug
33
#include <tqapplication.h>  // for qdebug
34
#include <tqguardedptr.h> 
34
#include <tqguardedptr.h> 
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src/qca.cpp (-12 / +12 lines)
Lines 18-36 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"qca.h"
21
#include "qca.h"
22
22
23
#include<tqptrlist.h>
23
#include <tqptrlist.h>
24
#include<tqdir.h>
24
#include <tqdir.h>
25
#include<tqfileinfo.h>
25
#include <tqfileinfo.h>
26
#include<tqstringlist.h>
26
#include <tqstringlist.h>
27
#include<tqlibrary.h>
27
#include <tqlibrary.h>
28
#include<tqtimer.h>
28
#include <tqtimer.h>
29
#include<tqhostaddress.h>
29
#include <tqhostaddress.h>
30
#include<tqapplication.h>
30
#include <tqapplication.h>
31
#include<tqguardedptr.h>
31
#include <tqguardedptr.h>
32
#include<stdlib.h>
32
#include <stdlib.h>
33
#include"qcaprovider.h"
33
#include "qcaprovider.h"
34
34
35
#if defined(Q_OS_WIN32)
35
#if defined(Q_OS_WIN32)
36
#define PLUGIN_EXT "dll"
36
#define PLUGIN_EXT "dll"
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef TQCA_H
21
#ifndef TQCA_H
22
#define TQCA_H
22
#define TQCA_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqmap.h>
27
#include <tqmap.h>
28
#include<tqptrlist.h>
28
#include <tqptrlist.h>
29
#include<tqobject.h>
29
#include <tqobject.h>
30
30
31
#ifdef Q_OS_WIN32
31
#ifdef Q_OS_WIN32
32
#  ifndef TQCA_STATIC
32
#  ifndef TQCA_STATIC
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src/qcaprovider.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef TQCAPROVIDER_H
21
#ifndef TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
23
23
24
#include<tqglobal.h>
24
#include <tqglobal.h>
25
#include<tqstring.h>
25
#include <tqstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqobject.h>
27
#include <tqobject.h>
28
#include<tqhostaddress.h>
28
#include <tqhostaddress.h>
29
#include"qca.h"
29
#include "qca.h"
30
30
31
#define TQCA_PLUGIN_VERSION 1
31
#define TQCA_PLUGIN_VERSION 1
32
32
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/safedelete.h (-2 / +2 lines)
Lines 20-27 Link Here
20
#ifndef SAFEDELETE_H
20
#ifndef SAFEDELETE_H
21
#define SAFEDELETE_H
21
#define SAFEDELETE_H
22
22
23
#include<tqobject.h>
23
#include <tqobject.h>
24
#include<tqobjectlist.h>
24
#include <tqobjectlist.h>
25
25
26
class SafeDelete;
26
class SafeDelete;
27
class SafeDeleteLock
27
class SafeDeleteLock
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.cpp (-4 / +4 lines)
Lines 26-36 Link Here
26
    but future layers might not.
26
    but future layers might not.
27
*/
27
*/
28
28
29
#include<tqguardedptr.h>
29
#include <tqguardedptr.h>
30
#include<tqvaluelist.h>
30
#include <tqvaluelist.h>
31
#include<tqtimer.h>
31
#include <tqtimer.h>
32
32
33
#include"securestream.h"
33
#include "securestream.h"
34
34
35
//----------------------------------------------------------------------------
35
//----------------------------------------------------------------------------
36
// LayerTracker
36
// LayerTracker
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/securestream.h (-2 / +2 lines)
Lines 21-29 Link Here
21
#ifndef SECURESTREAM_H
21
#ifndef SECURESTREAM_H
22
#define SECURESTREAM_H
22
#define SECURESTREAM_H
23
23
24
#include<qca.h>
24
#include <qca.h>
25
#include "tlshandler.h"
25
#include "tlshandler.h"
26
#include"bytestream.h"
26
#include "bytestream.h"
27
27
28
#define USE_TLSHANDLER
28
#define USE_TLSHANDLER
29
29
(-)tdenetwork/kopete/protocols/groupwise/libgroupwise/tlshandler.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#define GWTLSHANDLER_H
21
#define GWTLSHANDLER_H
22
22
23
#include <tqobject.h>
23
#include <tqobject.h>
24
//#include<tqstring.h>
24
//#include <tqstring.h>
25
//#include<tqhostaddress.h>
25
//#include <tqhostaddress.h>
26
//#include<tqstring.h>
26
//#include <tqstring.h>
27
//#include<tqcstring.h>
27
//#include <tqcstring.h>
28
//#include<tqxml.h>
28
//#include <tqxml.h>
29
//#include<tqdom.h>
29
//#include <tqdom.h>
30
 
30
 
31
class TLSHandler : public TQObject
31
class TLSHandler : public TQObject
32
{
32
{
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.cpp (-9 / +9 lines)
Lines 18-37 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"bsocket.h"
21
#include "bsocket.h"
22
22
23
#include<tqcstring.h>
23
#include <tqcstring.h>
24
#include<tqsocket.h>
24
#include <tqsocket.h>
25
#include<tqdns.h>
25
#include <tqdns.h>
26
#include<tqguardedptr.h>
26
#include <tqguardedptr.h>
27
#include"safedelete.h"
27
#include "safedelete.h"
28
#ifndef NO_NDNS
28
#ifndef NO_NDNS
29
#include"ndns.h"
29
#include "ndns.h"
30
#endif
30
#endif
31
#include"srvresolver.h"
31
#include "srvresolver.h"
32
32
33
#ifdef BS_DEBUG
33
#ifdef BS_DEBUG
34
#include<stdio.h>
34
#include <stdio.h>
35
#endif
35
#endif
36
36
37
#define READBUFSIZE 65536
37
#define READBUFSIZE 65536
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h (-3 / +3 lines)
Lines 21-29 Link Here
21
#ifndef CS_BSOCKET_H
21
#ifndef CS_BSOCKET_H
22
#define CS_BSOCKET_H
22
#define CS_BSOCKET_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqhostaddress.h>
25
#include <tqhostaddress.h>
26
#include"bytestream.h"
26
#include "bytestream.h"
27
27
28
// CS_NAMESPACE_BEGIN
28
// CS_NAMESPACE_BEGIN
29
29
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.cpp (-5 / +5 lines)
Lines 18-31 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"httpconnect.h"
21
#include "httpconnect.h"
22
22
23
#include<tqstringlist.h>
23
#include <tqstringlist.h>
24
#include"bsocket.h"
24
#include "bsocket.h"
25
#include"base64.h"
25
#include "base64.h"
26
26
27
#ifdef PROX_DEBUG
27
#ifdef PROX_DEBUG
28
#include<stdio.h>
28
#include <stdio.h>
29
#endif
29
#endif
30
30
31
// CS_NAMESPACE_BEGIN
31
// CS_NAMESPACE_BEGIN
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_HTTPCONNECT_H
21
#ifndef CS_HTTPCONNECT_H
22
#define CS_HTTPCONNECT_H
22
#define CS_HTTPCONNECT_H
23
23
24
#include"bytestream.h"
24
#include "bytestream.h"
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp (-10 / +10 lines)
Lines 18-36 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"httppoll.h"
21
#include "httppoll.h"
22
22
23
#include<tqstringlist.h>
23
#include <tqstringlist.h>
24
#include<tqurl.h>
24
#include <tqurl.h>
25
#include<tqtimer.h>
25
#include <tqtimer.h>
26
#include<tqguardedptr.h>
26
#include <tqguardedptr.h>
27
#include<qca.h>
27
#include <qca.h>
28
#include<stdlib.h>
28
#include <stdlib.h>
29
#include"bsocket.h"
29
#include "bsocket.h"
30
#include"base64.h"
30
#include "base64.h"
31
31
32
#ifdef PROX_DEBUG
32
#ifdef PROX_DEBUG
33
#include<stdio.h>
33
#include <stdio.h>
34
#endif
34
#endif
35
35
36
#define POLL_KEYS 64
36
#define POLL_KEYS 64
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_HTTPPOLL_H
21
#ifndef CS_HTTPPOLL_H
22
#define CS_HTTPPOLL_H
22
#define CS_HTTPPOLL_H
23
23
24
#include"bytestream.h"
24
#include "bytestream.h"
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp (-10 / +10 lines)
Lines 48-69 Link Here
48
//! TQString ip_address = dns.resultString();
48
//! TQString ip_address = dns.resultString();
49
//! \endcode
49
//! \endcode
50
50
51
#include"ndns.h"
51
#include "ndns.h"
52
52
53
#include<tqapplication.h>
53
#include <tqapplication.h>
54
#include<tqsocketdevice.h>
54
#include <tqsocketdevice.h>
55
#include<tqptrlist.h>
55
#include <tqptrlist.h>
56
#include<tqeventloop.h>
56
#include <tqeventloop.h>
57
57
58
#ifdef Q_OS_UNIX
58
#ifdef Q_OS_UNIX
59
#include<netdb.h>
59
#include <netdb.h>
60
#include<sys/types.h>
60
#include <sys/types.h>
61
#include<netinet/in.h>
61
#include <netinet/in.h>
62
#include<arpa/inet.h>
62
#include <arpa/inet.h>
63
#endif
63
#endif
64
64
65
#ifdef Q_OS_WIN32
65
#ifdef Q_OS_WIN32
66
#include<windows.h>
66
#include <windows.h>
67
#endif
67
#endif
68
68
69
// CS_NAMESPACE_BEGIN
69
// CS_NAMESPACE_BEGIN
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h (-5 / +5 lines)
Lines 21-31 Link Here
21
#ifndef CS_NDNS_H
21
#ifndef CS_NDNS_H
22
#define CS_NDNS_H
22
#define CS_NDNS_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
#include<tqthread.h>
26
#include <tqthread.h>
27
#include<tqmutex.h>
27
#include <tqmutex.h>
28
#include<tqhostaddress.h>
28
#include <tqhostaddress.h>
29
29
30
// CS_NAMESPACE_BEGIN
30
// CS_NAMESPACE_BEGIN
31
31
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/servsock.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"servsock.h"
21
#include "servsock.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_SERVSOCK_H
21
#ifndef CS_SERVSOCK_H
22
#define CS_SERVSOCK_H
22
#define CS_SERVSOCK_H
23
23
24
#include<tqserversocket.h>
24
#include <tqserversocket.h>
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/socks.cpp (-14 / +14 lines)
Lines 18-47 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"socks.h"
21
#include "socks.h"
22
22
23
#include<tqhostaddress.h>
23
#include <tqhostaddress.h>
24
#include<tqstringlist.h>
24
#include <tqstringlist.h>
25
#include<tqptrlist.h>
25
#include <tqptrlist.h>
26
#include<tqtimer.h>
26
#include <tqtimer.h>
27
#include<tqguardedptr.h>
27
#include <tqguardedptr.h>
28
#include<tqsocketdevice.h>
28
#include <tqsocketdevice.h>
29
#include<tqsocketnotifier.h>
29
#include <tqsocketnotifier.h>
30
30
31
#ifdef Q_OS_UNIX
31
#ifdef Q_OS_UNIX
32
#include<sys/types.h>
32
#include <sys/types.h>
33
#include<netinet/in.h>
33
#include <netinet/in.h>
34
#endif
34
#endif
35
35
36
#ifdef Q_OS_WIN32
36
#ifdef Q_OS_WIN32
37
#include<windows.h>
37
#include <windows.h>
38
#endif
38
#endif
39
39
40
#include"servsock.h"
40
#include "servsock.h"
41
#include"bsocket.h"
41
#include "bsocket.h"
42
42
43
#ifdef PROX_DEBUG
43
#ifdef PROX_DEBUG
44
#include<stdio.h>
44
#include <stdio.h>
45
#endif
45
#endif
46
46
47
// CS_NAMESPACE_BEGIN
47
// CS_NAMESPACE_BEGIN
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/socks.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_SOCKS_H
21
#ifndef CS_SOCKS_H
22
#define CS_SOCKS_H
22
#define CS_SOCKS_H
23
23
24
#include"bytestream.h"
24
#include "bytestream.h"
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp (-6 / +6 lines)
Lines 18-32 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"srvresolver.h"
21
#include "srvresolver.h"
22
22
23
#include<tqcstring.h>
23
#include <tqcstring.h>
24
#include<tqtimer.h>
24
#include <tqtimer.h>
25
#include<tqdns.h>
25
#include <tqdns.h>
26
#include"safedelete.h"
26
#include "safedelete.h"
27
27
28
#ifndef NO_NDNS
28
#ifndef NO_NDNS
29
#include"ndns.h"
29
#include "ndns.h"
30
#endif
30
#endif
31
31
32
// CS_NAMESPACE_BEGIN
32
// CS_NAMESPACE_BEGIN
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef CS_SRVRESOLVER_H
21
#ifndef CS_SRVRESOLVER_H
22
#define CS_SRVRESOLVER_H
22
#define CS_SRVRESOLVER_H
23
23
24
#include<tqvaluelist.h>
24
#include <tqvaluelist.h>
25
#include<tqdns.h>
25
#include <tqdns.h>
26
26
27
// CS_NAMESPACE_BEGIN
27
// CS_NAMESPACE_BEGIN
28
28
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"base64.h"
21
#include "base64.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/base64.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_BASE64_H
21
#ifndef CS_BASE64_H
22
#define CS_BASE64_H
22
#define CS_BASE64_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"bytestream.h"
21
#include "bytestream.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef CS_BYTESTREAM_H
21
#ifndef CS_BYTESTREAM_H
22
#define CS_BYTESTREAM_H
22
#define CS_BYTESTREAM_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
26
27
// CS_NAMESPACE_BEGIN
27
// CS_NAMESPACE_BEGIN
28
28
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp (-5 / +5 lines)
Lines 18-29 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"cipher.h"
21
#include "cipher.h"
22
22
23
#include<openssl/evp.h>
23
#include <openssl/evp.h>
24
#include<openssl/rsa.h>
24
#include <openssl/rsa.h>
25
#include"bytestream.h"
25
#include "bytestream.h"
26
#include"tqrandom.h"
26
#include "tqrandom.h"
27
27
28
static bool lib_encryptArray(const EVP_CIPHER *type, const TQByteArray &buf, const TQByteArray &key, const TQByteArray &iv, bool pad, TQByteArray *out)
28
static bool lib_encryptArray(const EVP_CIPHER *type, const TQByteArray &buf, const TQByteArray &key, const TQByteArray &iv, bool pad, TQByteArray *out)
29
{
29
{
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/cipher.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef CS_CIPHER_H
21
#ifndef CS_CIPHER_H
22
#define CS_CIPHER_H
22
#define CS_CIPHER_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
26
27
namespace Cipher
27
namespace Cipher
28
{
28
{
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/qrandom.cpp (-2 / +2 lines)
Lines 1-6 Link Here
1
#include"qrandom.h"
1
#include "qrandom.h"
2
2
3
#include<stdlib.h>
3
#include <stdlib.h>
4
4
5
uchar QRandom::randomChar()
5
uchar QRandom::randomChar()
6
{
6
{
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/qrandom.h (-1 / +1 lines)
Lines 1-7 Link Here
1
#ifndef CS_TQRANDOM_H
1
#ifndef CS_TQRANDOM_H
2
#define CS_TQRANDOM_H
2
#define CS_TQRANDOM_H
3
3
4
#include<tqcstring.h>
4
#include <tqcstring.h>
5
5
6
class QRandom
6
class QRandom
7
{
7
{
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.cpp (-2 / +2 lines)
Lines 1-6 Link Here
1
#include"safedelete.h"
1
#include "safedelete.h"
2
2
3
#include<tqtimer.h>
3
#include <tqtimer.h>
4
4
5
//----------------------------------------------------------------------------
5
//----------------------------------------------------------------------------
6
// SafeDelete
6
// SafeDelete
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h (-2 / +2 lines)
Lines 1-8 Link Here
1
#ifndef SAFEDELETE_H
1
#ifndef SAFEDELETE_H
2
#define SAFEDELETE_H
2
#define SAFEDELETE_H
3
3
4
#include<tqobject.h>
4
#include <tqobject.h>
5
#include<tqobjectlist.h>
5
#include <tqobjectlist.h>
6
6
7
class SafeDelete;
7
class SafeDelete;
8
class SafeDeleteLock
8
class SafeDeleteLock
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/sha1.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"sha1.h"
21
#include "sha1.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/sha1.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_SHA1_H
21
#ifndef CS_SHA1_H
22
#define CS_SHA1_H
22
#define CS_SHA1_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
25
26
// CS_NAMESPACE_BEGIN
26
// CS_NAMESPACE_BEGIN
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.cpp (-6 / +6 lines)
Lines 18-30 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"showtextdlg.h"
21
#include "showtextdlg.h"
22
22
23
#include<tqlayout.h>
23
#include <tqlayout.h>
24
#include<tqtextedit.h>
24
#include <tqtextedit.h>
25
#include<tqpushbutton.h>
25
#include <tqpushbutton.h>
26
#include<tqfile.h>
26
#include <tqfile.h>
27
#include<tqtextstream.h>
27
#include <tqtextstream.h>
28
28
29
29
30
ShowTextDlg::ShowTextDlg(const TQString &fname, bool rich, TQWidget *parent, const char *name)
30
ShowTextDlg::ShowTextDlg(const TQString &fname, bool rich, TQWidget *parent, const char *name)
(-)tdenetwork/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_SHOWTEXTDLG_H
21
#ifndef CS_SHOWTEXTDLG_H
22
#define CS_SHOWTEXTDLG_H
22
#define CS_SHOWTEXTDLG_H
23
23
24
#include<tqdialog.h>
24
#include <tqdialog.h>
25
25
26
class ShowTextDlg : public TQDialog
26
class ShowTextDlg : public TQDialog
27
{
27
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/include/im.h (-3 / +3 lines)
Lines 21-29 Link Here
21
#ifndef XMPP_IM_H
21
#ifndef XMPP_IM_H
22
#define XMPP_IM_H
22
#define XMPP_IM_H
23
23
24
#include<tqdatetime.h>
24
#include <tqdatetime.h>
25
#include<tqvaluelist.h>
25
#include <tqvaluelist.h>
26
#include"xmpp.h"
26
#include "xmpp.h"
27
27
28
namespace XMPP
28
namespace XMPP
29
{
29
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/include/xmpp.h (-7 / +7 lines)
Lines 21-33 Link Here
21
#ifndef XMPP_H
21
#ifndef XMPP_H
22
#define XMPP_H
22
#define XMPP_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqstring.h>
25
#include <tqstring.h>
26
#include<tqhostaddress.h>
26
#include <tqhostaddress.h>
27
#include<tqstring.h>
27
#include <tqstring.h>
28
#include<tqcstring.h>
28
#include <tqcstring.h>
29
#include<tqxml.h>
29
#include <tqxml.h>
30
#include<tqdom.h>
30
#include <tqdom.h>
31
31
32
namespace TQCA
32
namespace TQCA
33
{
33
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/filetransfer.cpp (-7 / +7 lines)
Lines 18-31 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"filetransfer.h"
21
#include "filetransfer.h"
22
22
23
#include<tqtimer.h>
23
#include <tqtimer.h>
24
#include<tqptrlist.h>
24
#include <tqptrlist.h>
25
#include<tqguardedptr.h>
25
#include <tqguardedptr.h>
26
#include<tqfileinfo.h>
26
#include <tqfileinfo.h>
27
#include"xmpp_xmlcommon.h"
27
#include "xmpp_xmlcommon.h"
28
#include"s5b.h"
28
#include "s5b.h"
29
29
30
#define SENDBUFSIZE 65536
30
#define SENDBUFSIZE 65536
31
31
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/qcaprovider.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef QCAPROVIDER_H
21
#ifndef QCAPROVIDER_H
22
#define QCAPROVIDER_H
22
#define QCAPROVIDER_H
23
23
24
#include<tqglobal.h>
24
#include <tqglobal.h>
25
#include<tqstring.h>
25
#include <tqstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqobject.h>
27
#include <tqobject.h>
28
#include<tqhostaddress.h>
28
#include <tqhostaddress.h>
29
#include"qca.h"
29
#include "qca.h"
30
30
31
#define QCA_PLUGIN_VERSION 1
31
#define QCA_PLUGIN_VERSION 1
32
32
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp (-9 / +9 lines)
Lines 20-35 Link Here
20
20
21
#include <config.h>
21
#include <config.h>
22
22
23
#include"s5b.h"
23
#include "s5b.h"
24
24
25
#include<tqtimer.h>
25
#include <tqtimer.h>
26
#include<tqguardedptr.h>
26
#include <tqguardedptr.h>
27
#include<stdlib.h>
27
#include <stdlib.h>
28
#include<qca.h>
28
#include <qca.h>
29
#include"xmpp_xmlcommon.h"
29
#include "xmpp_xmlcommon.h"
30
#include"hash.h"
30
#include "hash.h"
31
#include"socks.h"
31
#include "socks.h"
32
#include"safedelete.h"
32
#include "safedelete.h"
33
33
34
#ifdef Q_OS_WIN
34
#ifdef Q_OS_WIN
35
# include <windows.h>
35
# include <windows.h>
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/s5b.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef XMPP_S5B_H
21
#ifndef XMPP_S5B_H
22
#define XMPP_S5B_H
22
#define XMPP_S5B_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
#include<tqptrlist.h>
26
#include <tqptrlist.h>
27
#include<tqvaluelist.h>
27
#include <tqvaluelist.h>
28
#include"im.h"
28
#include "im.h"
29
#include"bytestream.h"
29
#include "bytestream.h"
30
#include "qcaprovider.h"
30
#include "qcaprovider.h"
31
31
32
class SocksClient;
32
class SocksClient;
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.cpp (-5 / +5 lines)
Lines 18-30 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp_ibb.h"
21
#include "xmpp_ibb.h"
22
22
23
#include<tqtimer.h>
23
#include <tqtimer.h>
24
#include"xmpp_xmlcommon.h"
24
#include "xmpp_xmlcommon.h"
25
#include"base64.h"
25
#include "base64.h"
26
26
27
#include<stdlib.h>
27
#include <stdlib.h>
28
28
29
#define IBB_PACKET_SIZE   4096
29
#define IBB_PACKET_SIZE   4096
30
#define IBB_PACKET_DELAY  0
30
#define IBB_PACKET_DELAY  0
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef JABBER_IBB_H
21
#ifndef JABBER_IBB_H
22
#define JABBER_IBB_H
22
#define JABBER_IBB_H
23
23
24
#include<tqobject.h>
24
#include <tqobject.h>
25
#include<tqdom.h>
25
#include <tqdom.h>
26
#include<tqstring.h>
26
#include <tqstring.h>
27
#include<tqptrlist.h>
27
#include <tqptrlist.h>
28
#include"bytestream.h"
28
#include "bytestream.h"
29
#include"im.h"
29
#include "im.h"
30
30
31
namespace XMPP
31
namespace XMPP
32
{
32
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.cpp (-6 / +6 lines)
Lines 18-30 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp_jidlink.h"
21
#include "xmpp_jidlink.h"
22
22
23
#include<tqdom.h>
23
#include <tqdom.h>
24
#include<tqtimer.h>
24
#include <tqtimer.h>
25
#include"im.h"
25
#include "im.h"
26
#include"s5b.h"
26
#include "s5b.h"
27
#include"xmpp_ibb.h"
27
#include "xmpp_ibb.h"
28
28
29
using namespace XMPP;
29
using namespace XMPP;
30
30
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.h (-3 / +3 lines)
Lines 25-33 Link Here
25
#ifndef JABBER_JIDLINK_H
25
#ifndef JABBER_JIDLINK_H
26
#define JABBER_JIDLINK_H
26
#define JABBER_JIDLINK_H
27
27
28
#include<tqobject.h>
28
#include <tqobject.h>
29
#include<tqstring.h>
29
#include <tqstring.h>
30
#include"xmpp.h"
30
#include "xmpp.h"
31
31
32
class ByteStream;
32
class ByteStream;
33
33
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp (-12 / +12 lines)
Lines 29-52 Link Here
29
  greatly simplify this class.  - Sep 3rd, 2003.
29
  greatly simplify this class.  - Sep 3rd, 2003.
30
*/
30
*/
31
31
32
#include"xmpp.h"
32
#include "xmpp.h"
33
33
34
#include<tqguardedptr.h>
34
#include <tqguardedptr.h>
35
#include<qca.h>
35
#include <qca.h>
36
#include"safedelete.h"
36
#include "safedelete.h"
37
37
38
#ifdef NO_NDNS
38
#ifdef NO_NDNS
39
#include<tqdns.h>
39
#include <tqdns.h>
40
#else
40
#else
41
#include"ndns.h"
41
#include "ndns.h"
42
#endif
42
#endif
43
43
44
#include"srvresolver.h"
44
#include "srvresolver.h"
45
#include"bsocket.h"
45
#include "bsocket.h"
46
#include"httpconnect.h"
46
#include "httpconnect.h"
47
#include"httppoll.h"
47
#include "httppoll.h"
48
#include"socks.h"
48
#include "socks.h"
49
#include"hash.h"
49
#include "hash.h"
50
50
51
//#define XMPP_DEBUG
51
//#define XMPP_DEBUG
52
52
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/hash.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"hash.h"
21
#include "hash.h"
22
22
23
namespace XMPP
23
namespace XMPP
24
{
24
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/hash.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef HASH_H
21
#ifndef HASH_H
22
#define HASH_H
22
#define HASH_H
23
23
24
#include"qcaprovider.h"
24
#include "qcaprovider.h"
25
25
26
namespace XMPP
26
namespace XMPP
27
{
27
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/jid.cpp (-3 / +3 lines)
Lines 18-27 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp.h"
21
#include "xmpp.h"
22
22
23
#include<tqdict.h>
23
#include <tqdict.h>
24
#include<stringprep.h>
24
#include <stringprep.h>
25
25
26
using namespace XMPP;
26
using namespace XMPP;
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.cpp (-4 / +4 lines)
Lines 47-57 Link Here
47
    it would be nice if TQt had this already.
47
    it would be nice if TQt had this already.
48
*/
48
*/
49
49
50
#include"parser.h"
50
#include "parser.h"
51
51
52
#include<tqtextcodec.h>
52
#include <tqtextcodec.h>
53
#include<tqptrlist.h>
53
#include <tqptrlist.h>
54
#include<string.h>
54
#include <string.h>
55
55
56
using namespace XMPP;
56
using namespace XMPP;
57
57
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef PARSER_H
21
#ifndef PARSER_H
22
#define PARSER_H
22
#define PARSER_H
23
23
24
#include<tqdom.h>
24
#include <tqdom.h>
25
#include<tqxml.h>
25
#include <tqxml.h>
26
26
27
namespace XMPP
27
namespace XMPP
28
{
28
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/protocol.cpp (-5 / +5 lines)
Lines 23-36 Link Here
23
//       report ErrProtocol if server uses wrong NS
23
//       report ErrProtocol if server uses wrong NS
24
//       use send() instead of writeElement() in CoreProtocol
24
//       use send() instead of writeElement() in CoreProtocol
25
25
26
#include"protocol.h"
26
#include "protocol.h"
27
27
28
#include<qca.h>
28
#include <qca.h>
29
#include"base64.h"
29
#include "base64.h"
30
#include"hash.h"
30
#include "hash.h"
31
31
32
#ifdef XMPP_TEST
32
#ifdef XMPP_TEST
33
#include"td.h"
33
#include "td.h"
34
#endif
34
#endif
35
35
36
using namespace XMPP;
36
using namespace XMPP;
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/protocol.h (-3 / +3 lines)
Lines 21-29 Link Here
21
#ifndef PROTOCOL_H
21
#ifndef PROTOCOL_H
22
#define PROTOCOL_H
22
#define PROTOCOL_H
23
23
24
#include<tqpair.h>
24
#include <tqpair.h>
25
#include"xmlprotocol.h"
25
#include "xmlprotocol.h"
26
#include"xmpp.h"
26
#include "xmpp.h"
27
27
28
#define NS_ETHERX   "http://etherx.jabber.org/streams"
28
#define NS_ETHERX   "http://etherx.jabber.org/streams"
29
#define NS_CLIENT   "jabber:client"
29
#define NS_CLIENT   "jabber:client"
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/qcaprovider.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef TQCAPROVIDER_H
21
#ifndef TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
23
23
24
#include<tqglobal.h>
24
#include <tqglobal.h>
25
#include<tqstring.h>
25
#include <tqstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqobject.h>
27
#include <tqobject.h>
28
#include<tqhostaddress.h>
28
#include <tqhostaddress.h>
29
#include"qca.h"
29
#include "qca.h"
30
30
31
#define TQCA_PLUGIN_VERSION 1
31
#define TQCA_PLUGIN_VERSION 1
32
32
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp (-6 / +6 lines)
Lines 26-39 Link Here
26
    but future layers might not.
26
    but future layers might not.
27
*/
27
*/
28
28
29
#include"securestream.h"
29
#include "securestream.h"
30
30
31
#include<tqguardedptr.h>
31
#include <tqguardedptr.h>
32
#include<tqvaluelist.h>
32
#include <tqvaluelist.h>
33
#include<tqtimer.h>
33
#include <tqtimer.h>
34
34
35
#ifdef USE_TLSHANDLER
35
#ifdef USE_TLSHANDLER
36
#include"xmpp.h"
36
#include "xmpp.h"
37
#endif
37
#endif
38
38
39
//----------------------------------------------------------------------------
39
//----------------------------------------------------------------------------
Lines 305-311 Link Here
305
#endif
305
#endif
306
};
306
};
307
307
308
#include"securestream.moc"
308
#include "securestream.moc"
309
309
310
class SecureStream::Private
310
class SecureStream::Private
311
{
311
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h (-2 / +2 lines)
Lines 21-28 Link Here
21
#ifndef SECURESTREAM_H
21
#ifndef SECURESTREAM_H
22
#define SECURESTREAM_H
22
#define SECURESTREAM_H
23
23
24
#include<qca.h>
24
#include <qca.h>
25
#include"bytestream.h"
25
#include "bytestream.h"
26
26
27
#define USE_TLSHANDLER
27
#define USE_TLSHANDLER
28
28
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/simplesasl.cpp (-8 / +8 lines)
Lines 18-32 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"simplesasl.h"
21
#include "simplesasl.h"
22
22
23
#include<tqhostaddress.h>
23
#include <tqhostaddress.h>
24
#include<tqstringlist.h>
24
#include <tqstringlist.h>
25
#include<tqptrlist.h>
25
#include <tqptrlist.h>
26
#include<tqvaluelist.h>
26
#include <tqvaluelist.h>
27
#include<qca.h>
27
#include <qca.h>
28
#include<stdlib.h>
28
#include <stdlib.h>
29
#include"base64.h"
29
#include "base64.h"
30
30
31
namespace XMPP
31
namespace XMPP
32
{
32
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/simplesasl.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef SIMPLESASL_H
21
#ifndef SIMPLESASL_H
22
#define SIMPLESASL_H
22
#define SIMPLESASL_H
23
23
24
#include"qcaprovider.h"
24
#include "qcaprovider.h"
25
25
26
namespace XMPP
26
namespace XMPP
27
{
27
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/stream.cpp (-13 / +13 lines)
Lines 42-63 Link Here
42
    - sasl anonymous
42
    - sasl anonymous
43
*/
43
*/
44
44
45
#include"xmpp.h"
45
#include "xmpp.h"
46
46
47
#include<tqtextstream.h>
47
#include <tqtextstream.h>
48
#include<tqguardedptr.h>
48
#include <tqguardedptr.h>
49
#include<tqtimer.h>
49
#include <tqtimer.h>
50
#include<qca.h>
50
#include <qca.h>
51
#include<stdlib.h>
51
#include <stdlib.h>
52
#include"bytestream.h"
52
#include "bytestream.h"
53
#include"base64.h"
53
#include "base64.h"
54
#include"hash.h"
54
#include "hash.h"
55
#include"simplesasl.h"
55
#include "simplesasl.h"
56
#include"securestream.h"
56
#include "securestream.h"
57
#include"protocol.h"
57
#include "protocol.h"
58
58
59
#ifdef XMPP_TEST
59
#ifdef XMPP_TEST
60
#include"td.h"
60
#include "td.h"
61
#endif
61
#endif
62
62
63
//#define XMPP_DEBUG
63
//#define XMPP_DEBUG
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h (-1 / +1 lines)
Lines 1-7 Link Here
1
#ifndef TESTDEBUG_H
1
#ifndef TESTDEBUG_H
2
#define TESTDEBUG_H
2
#define TESTDEBUG_H
3
3
4
#include<tqdom.h>
4
#include <tqdom.h>
5
5
6
class TD
6
class TD
7
{
7
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/tlshandler.cpp (-3 / +3 lines)
Lines 18-27 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp.h"
21
#include "xmpp.h"
22
22
23
#include<tqtimer.h>
23
#include <tqtimer.h>
24
#include"qca.h"
24
#include "qca.h"
25
25
26
using namespace XMPP;
26
using namespace XMPP;
27
27
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/xmlprotocol.cpp (-2 / +2 lines)
Lines 18-26 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmlprotocol.h"
21
#include "xmlprotocol.h"
22
22
23
#include"bytestream.h"
23
#include "bytestream.h"
24
24
25
using namespace XMPP;
25
using namespace XMPP;
26
26
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/xmlprotocol.h (-3 / +3 lines)
Lines 21-29 Link Here
21
#ifndef XMLPROTOCOL_H
21
#ifndef XMLPROTOCOL_H
22
#define XMLPROTOCOL_H
22
#define XMLPROTOCOL_H
23
23
24
#include<tqdom.h>
24
#include <tqdom.h>
25
#include<tqvaluelist.h>
25
#include <tqvaluelist.h>
26
#include"parser.h"
26
#include "parser.h"
27
27
28
#define NS_XML "http://www.w3.org/XML/1998/namespace"
28
#define NS_XML "http://www.w3.org/XML/1998/namespace"
29
29
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp (-26 / +26 lines)
Lines 18-25 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"im.h"
21
#include "im.h"
22
#include"safedelete.h"
22
#include "safedelete.h"
23
23
24
//! \class Client client.h
24
//! \class Client client.h
25
//! \brief Communicates with the Jabber network.  Start here.
25
//! \brief Communicates with the Jabber network.  Start here.
Lines 69-98 Link Here
69
//!  }
69
//!  }
70
//!  \endcode
70
//!  \endcode
71
71
72
#include<stdarg.h>
72
#include <stdarg.h>
73
#include<tqmap.h>
73
#include <tqmap.h>
74
#include<tqobjectlist.h>
74
#include <tqobjectlist.h>
75
#include<tqtimer.h>
75
#include <tqtimer.h>
76
#include<tqguardedptr.h>
76
#include <tqguardedptr.h>
77
#include"xmpp_tasks.h"
77
#include "xmpp_tasks.h"
78
#include"xmpp_xmlcommon.h"
78
#include "xmpp_xmlcommon.h"
79
#include"s5b.h"
79
#include "s5b.h"
80
#include"xmpp_ibb.h"
80
#include "xmpp_ibb.h"
81
#include"xmpp_jidlink.h"
81
#include "xmpp_jidlink.h"
82
#include"filetransfer.h"
82
#include "filetransfer.h"
83
83
84
/*#include<stdio.h>
84
/*#include <stdio.h>
85
#include<stdarg.h>
85
#include <stdarg.h>
86
#include<tqstring.h>
86
#include <tqstring.h>
87
#include<tqdom.h>
87
#include <tqdom.h>
88
#include<tqobjectlist.h>
88
#include <tqobjectlist.h>
89
#include<tqtimer.h>
89
#include <tqtimer.h>
90
#include"xmpp_stream.h"
90
#include "xmpp_stream.h"
91
#include"xmpp_tasks.h"
91
#include "xmpp_tasks.h"
92
#include"xmpp_xmlcommon.h"
92
#include "xmpp_xmlcommon.h"
93
#include"xmpp_dtcp.h"
93
#include "xmpp_dtcp.h"
94
#include"xmpp_ibb.h"
94
#include "xmpp_ibb.h"
95
#include"xmpp_jidlink.h"
95
#include "xmpp_jidlink.h"
96
96
97
using namespace Jabber;*/
97
using namespace Jabber;*/
98
98
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp (-4 / +4 lines)
Lines 18-27 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"im.h"
21
#include "im.h"
22
#include "protocol.h"
22
#include "protocol.h"
23
#include<tqmap.h>
23
#include <tqmap.h>
24
#include<tqapplication.h>
24
#include <tqapplication.h>
25
25
26
#define NS_XML     "http://www.w3.org/XML/1998/namespace"
26
#define NS_XML     "http://www.w3.org/XML/1998/namespace"
27
27
Lines 1874-1877 Link Here
1874
1874
1875
}
1875
}
1876
1876
1877
#include"types.moc"
1877
#include "types.moc"
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.cpp (-9 / +9 lines)
Lines 18-34 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp_tasks.h"
21
#include "xmpp_tasks.h"
22
22
23
#include"base64.h"
23
#include "base64.h"
24
//#include"sha1.h"
24
//#include "sha1.h"
25
#include"xmpp_xmlcommon.h"
25
#include "xmpp_xmlcommon.h"
26
//#include"xmpp_stream.h"
26
//#include "xmpp_stream.h"
27
//#include"xmpp_types.h"
27
//#include "xmpp_types.h"
28
#include"xmpp_vcard.h"
28
#include "xmpp_vcard.h"
29
29
30
#include<tqregexp.h>
30
#include <tqregexp.h>
31
#include<tqvaluelist.h>
31
#include <tqvaluelist.h>
32
32
33
using namespace XMPP;
33
using namespace XMPP;
34
34
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.h (-4 / +4 lines)
Lines 21-31 Link Here
21
#ifndef JABBER_TASKS_H
21
#ifndef JABBER_TASKS_H
22
#define JABBER_TASKS_H
22
#define JABBER_TASKS_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
#include<tqdom.h>
25
#include <tqdom.h>
26
26
27
#include"im.h"
27
#include "im.h"
28
#include"xmpp_vcard.h"
28
#include "xmpp_vcard.h"
29
29
30
namespace XMPP
30
namespace XMPP
31
{
31
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_xmlcommon.cpp (-2 / +2 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"xmpp_xmlcommon.h"
21
#include "xmpp_xmlcommon.h"
22
22
23
#include <tqstring.h>
23
#include <tqstring.h>
24
#include <tqdom.h>
24
#include <tqdom.h>
Lines 28-34 Link Here
28
#include <tqstringlist.h>
28
#include <tqstringlist.h>
29
#include <tqcolor.h>
29
#include <tqcolor.h>
30
30
31
#include"im.h"
31
#include "im.h"
32
32
33
bool stamp2TS(const TQString &ts, TQDateTime *d)
33
bool stamp2TS(const TQString &ts, TQDateTime *d)
34
{
34
{
(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_xmlcommon.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef JABBER_XMLCOMMON_H
21
#ifndef JABBER_XMLCOMMON_H
22
#define JABBER_XMLCOMMON_H
22
#define JABBER_XMLCOMMON_H
23
23
24
#include<tqdom.h>
24
#include <tqdom.h>
25
25
26
class TQDateTime;
26
class TQDateTime;
27
class TQRect;
27
class TQRect;
(-)tdenetwork/kopete/protocols/jabber/libiris/qca/src/qca.cpp (-12 / +12 lines)
Lines 18-36 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"qca.h"
21
#include "qca.h"
22
22
23
#include<tqptrlist.h>
23
#include <tqptrlist.h>
24
#include<tqdir.h>
24
#include <tqdir.h>
25
#include<tqfileinfo.h>
25
#include <tqfileinfo.h>
26
#include<tqstringlist.h>
26
#include <tqstringlist.h>
27
#include<tqlibrary.h>
27
#include <tqlibrary.h>
28
#include<tqtimer.h>
28
#include <tqtimer.h>
29
#include<tqhostaddress.h>
29
#include <tqhostaddress.h>
30
#include<tqapplication.h>
30
#include <tqapplication.h>
31
#include<tqguardedptr.h>
31
#include <tqguardedptr.h>
32
#include<stdlib.h>
32
#include <stdlib.h>
33
#include"qcaprovider.h"
33
#include "qcaprovider.h"
34
34
35
#if defined(Q_OS_WIN32)
35
#if defined(Q_OS_WIN32)
36
#define PLUGIN_EXT "dll"
36
#define PLUGIN_EXT "dll"
(-)tdenetwork/kopete/protocols/jabber/libiris/qca/src/qca.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef TQCA_H
21
#ifndef TQCA_H
22
#define TQCA_H
22
#define TQCA_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
#include<tqcstring.h>
25
#include <tqcstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqmap.h>
27
#include <tqmap.h>
28
#include<tqptrlist.h>
28
#include <tqptrlist.h>
29
#include<tqobject.h>
29
#include <tqobject.h>
30
30
31
#ifdef Q_OS_WIN32
31
#ifdef Q_OS_WIN32
32
#  ifndef TQCA_STATIC
32
#  ifndef TQCA_STATIC
(-)tdenetwork/kopete/protocols/jabber/libiris/qca/src/qcaprovider.h (-6 / +6 lines)
Lines 21-32 Link Here
21
#ifndef TQCAPROVIDER_H
21
#ifndef TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
22
#define TQCAPROVIDER_H
23
23
24
#include<tqglobal.h>
24
#include <tqglobal.h>
25
#include<tqstring.h>
25
#include <tqstring.h>
26
#include<tqdatetime.h>
26
#include <tqdatetime.h>
27
#include<tqobject.h>
27
#include <tqobject.h>
28
#include<tqhostaddress.h>
28
#include <tqhostaddress.h>
29
#include"qca.h"
29
#include "qca.h"
30
30
31
#define TQCA_PLUGIN_VERSION 1
31
#define TQCA_PLUGIN_VERSION 1
32
32
(-)tdenetwork/kopete/protocols/msn/sha1.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"sha1.h"
21
#include "sha1.h"
22
22
23
/****************************************************************************
23
/****************************************************************************
24
  SHA1 - from a public domain implementation by Steve Reid (steve@edmweb.com)
24
  SHA1 - from a public domain implementation by Steve Reid (steve@edmweb.com)
(-)tdenetwork/kopete/protocols/msn/sha1.h (-1 / +1 lines)
Lines 21-27 Link Here
21
#ifndef CS_SHA1_H
21
#ifndef CS_SHA1_H
22
#define CS_SHA1_H
22
#define CS_SHA1_H
23
23
24
#include<tqstring.h>
24
#include <tqstring.h>
25
25
26
class SHA1
26
class SHA1
27
{
27
{
(-)tdenetwork/kopete/protocols/oscar/liboscar/bytestream.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#include"bytestream.h"
21
#include "bytestream.h"
22
22
23
// CS_NAMESPACE_BEGIN
23
// CS_NAMESPACE_BEGIN
24
24
(-)tdenetwork/kopete/protocols/oscar/liboscar/safedelete.h (-2 / +2 lines)
Lines 20-27 Link Here
20
#ifndef SAFEDELETE_H
20
#ifndef SAFEDELETE_H
21
#define SAFEDELETE_H
21
#define SAFEDELETE_H
22
22
23
#include<tqobject.h>
23
#include <tqobject.h>
24
#include<tqobjectlist.h>
24
#include <tqobjectlist.h>
25
25
26
class SafeDelete;
26
class SafeDelete;
27
class SafeDeleteLock
27
class SafeDeleteLock
(-)tdenetwork/kopete/protocols/yahoo/libkyahoo/bytestream.cpp (-1 / +1 lines)
Lines 19-25 Link Here
19
 */
19
 */
20
20
21
#include <kdebug.h>
21
#include <kdebug.h>
22
#include"bytestream.h"
22
#include "bytestream.h"
23
23
24
// CS_NAMESPACE_BEGIN
24
// CS_NAMESPACE_BEGIN
25
25
(-)tdenetwork/kopete/protocols/yahoo/libkyahoo/safedelete.h (-2 / +2 lines)
Lines 20-27 Link Here
20
#ifndef SAFEDELETE_H
20
#ifndef SAFEDELETE_H
21
#define SAFEDELETE_H
21
#define SAFEDELETE_H
22
22
23
#include<tqobject.h>
23
#include <tqobject.h>
24
#include<tqobjectlist.h>
24
#include <tqobjectlist.h>
25
25
26
class SafeDelete;
26
class SafeDelete;
27
class SafeDeleteLock
27
class SafeDeleteLock

Return to bug 1040