summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc/ircservercontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/irc/ircservercontact.h')
-rw-r--r--kopete/protocols/irc/ircservercontact.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kopete/protocols/irc/ircservercontact.h b/kopete/protocols/irc/ircservercontact.h
index 1ca1475b..4d9e378d 100644
--- a/kopete/protocols/irc/ircservercontact.h
+++ b/kopete/protocols/irc/ircservercontact.h
@@ -24,8 +24,8 @@
#include "kopetechatsessionmanager.h"
-#include <qvaluelist.h>
-#include <qstringlist.h>
+#include <tqvaluelist.h>
+#include <tqstringlist.h>
class KActionCollection;
class KAction;
@@ -48,12 +48,12 @@ class IRCServerContact
public:
// This class provides a Kopete::Contact for each server of a given IRC connection.
- IRCServerContact(IRCContactManager *, const QString &servername, Kopete::MetaContact *mc);
+ IRCServerContact(IRCContactManager *, const TQString &servername, Kopete::MetaContact *mc);
- virtual const QString caption() const;
+ virtual const TQString caption() const;
virtual void appendMessage(Kopete::Message &);
- void appendMessage( const QString &message );
+ void appendMessage( const TQString &message );
protected slots:
void engineInternalError(KIRC::Engine::Error error, KIRC::Message &ircmsg);
@@ -64,14 +64,14 @@ class IRCServerContact
void slotViewCreated( KopeteView* );
void slotDumpMessages();
- void slotIncomingUnknown( const QString &message );
- void slotIncomingConnect( const QString &message );
- void slotIncomingMotd( const QString &motd );
- void slotIncomingNotice( const QString &orig, const QString &notice );
- void slotCannotSendToChannel( const QString &channel, const QString &msg );
+ void slotIncomingUnknown( const TQString &message );
+ void slotIncomingConnect( const TQString &message );
+ void slotIncomingMotd( const TQString &motd );
+ void slotIncomingNotice( const TQString &orig, const TQString &notice );
+ void slotCannotSendToChannel( const TQString &channel, const TQString &msg );
private:
- QValueList<Kopete::Message> mMsgBuffer;
+ TQValueList<Kopete::Message> mMsgBuffer;
};
#endif