summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/task.h')
-rw-r--r--kopete/protocols/groupwise/libgroupwise/task.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/task.h b/kopete/protocols/groupwise/libgroupwise/task.h
index 0a34cafa..b0b623d2 100644
--- a/kopete/protocols/groupwise/libgroupwise/task.h
+++ b/kopete/protocols/groupwise/libgroupwise/task.h
@@ -20,7 +20,7 @@
#ifndef GW_TASK_H
#define GW_TASK_H
-#include <qobject.h>
+#include <tqobject.h>
#include "gwerror.h"
#include "gwfield.h"
@@ -42,11 +42,11 @@ public:
Client *client() const;
Transfer *transfer() const;
- QString id() const;
+ TQString id() const;
bool success() const;
int statusCode() const;
- const QString & statusString() const;
+ const TQString & statusString() const;
void go( bool autoDelete=false );
/**
@@ -63,13 +63,13 @@ protected:
virtual void onGo();
virtual void onDisconnect();
void send( Request * request );
- void setSuccess( int code=0, const QString &str="" );
+ void setSuccess( int code=0, const TQString &str="" );
/**
* If an empty string is passed, this sets the error string based on the error code using GroupWise::errorCodeToString
*/
- void setError( int code=0, const QString &str="" );
+ void setError( int code=0, const TQString &str="" );
// void debug( const char *, ... );
- void debug( const QString & );
+ void debug( const TQString & );
/**
* Used in take() to check if the offered transfer is for this Task
* @return true if this Task should take the Transfer. Default impl always returns false.
@@ -78,7 +78,7 @@ protected:
/**
* Creates a transfer with the given command and field list
*/
- void createTransfer( const QString & command, const Field::FieldList fields );
+ void createTransfer( const TQString & command, const Field::FieldList fields );
/**
* Direct setter for Tasks which don't have any fields
*/