diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/requestfactory.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/requestfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/requestfactory.h b/kopete/protocols/groupwise/libgroupwise/requestfactory.h index e4ec073e..d2de78de 100644 --- a/kopete/protocols/groupwise/libgroupwise/requestfactory.h +++ b/kopete/protocols/groupwise/libgroupwise/requestfactory.h @@ -18,7 +18,7 @@ #ifndef REQUESTFACTORY_H #define REQUESTFACTORY_H -#include <qstring.h> +#include <tqstring.h> class Request; @@ -36,7 +36,7 @@ public: * The consumer is responsible for deleting this * TODO: Allow the user to provide the fields for the request in this call */ - Request * request( const QString &request); + Request * request( const TQString &request); private: int m_nextTransaction; }; |