diff options
Diffstat (limited to 'kopete/protocols/gadu/gadudccserver.h')
-rw-r--r-- | kopete/protocols/gadu/gadudccserver.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/gadu/gadudccserver.h b/kopete/protocols/gadu/gadudccserver.h index df984650..7db791e5 100644 --- a/kopete/protocols/gadu/gadudccserver.h +++ b/kopete/protocols/gadu/gadudccserver.h @@ -23,8 +23,8 @@ #ifndef GADUDCCSERVER_H #define GADUDCCSERVER_H -#include <qobject.h> -#include <qhostaddress.h> +#include <tqobject.h> +#include <tqhostaddress.h> class QSocketNotifier; class QString; @@ -32,10 +32,10 @@ class gg_dcc; class GaduDCCTransaction; class GaduAccount; -class GaduDCCServer: public QObject { +class GaduDCCServer: public TQObject { Q_OBJECT public: - GaduDCCServer( QHostAddress* dccIp = NULL, unsigned int port = 1550 ); + GaduDCCServer( TQHostAddress* dccIp = NULL, unsigned int port = 1550 ); ~GaduDCCServer(); unsigned int listeingPort(); @@ -54,13 +54,13 @@ private: void createNotifiers( bool ); void closeDCC(); - QHostAddress config_dccip; - QHostAddress config_extip; + TQHostAddress config_dccip; + TQHostAddress config_extip; gg_dcc* dccSock; - QSocketNotifier* read_; - QSocketNotifier* write_; + TQSocketNotifier* read_; + TQSocketNotifier* write_; }; #endif |