diff options
Diffstat (limited to 'kopete/protocols/jabber/jabberresource.h')
-rw-r--r-- | kopete/protocols/jabber/jabberresource.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/jabber/jabberresource.h b/kopete/protocols/jabber/jabberresource.h index 7b398c09..b29129be 100644 --- a/kopete/protocols/jabber/jabberresource.h +++ b/kopete/protocols/jabber/jabberresource.h @@ -23,8 +23,8 @@ * Container class for a contact's resource */ -#include <qobject.h> -#include <qstring.h> +#include <tqobject.h> +#include <tqstring.h> class JabberAccount; @@ -55,12 +55,12 @@ public: * Return the client name for this resource. * @return the client name */ - const QString &clientName () const; + const TQString &clientName () const; /** * Return the client system for this resource. * @return the client system. */ - const QString &clientSystem () const; + const TQString &clientSystem () const; /** * Get the available features for this resource. |