summaryrefslogtreecommitdiffstats
path: root/knode/knnntpclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knnntpclient.h')
-rw-r--r--knode/knnntpclient.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/knode/knnntpclient.h b/knode/knnntpclient.h
index 274c1227..14ecff35 100644
--- a/knode/knnntpclient.h
+++ b/knode/knnntpclient.h
@@ -17,7 +17,7 @@
#ifndef KNNNTPCLIENT_H
#define KNNNTPCLIENT_H
-#include <qmutex.h>
+#include <tqmutex.h>
#include <knprotocolclient.h>
@@ -26,7 +26,7 @@ class KNNntpClient : public KNProtocolClient {
public:
- KNNntpClient(int NfdPipeIn, int NfdPipeOut, QMutex& nntpMutex);
+ KNNntpClient(int NfdPipeIn, int NfdPipeOut, TQMutex& nntpMutex);
~KNNntpClient();
protected:
@@ -45,12 +45,12 @@ class KNNntpClient : public KNProtocolClient {
/** connect, handshake */
virtual bool openConnection();
/** authentication on demand */
- virtual bool sendCommand(const QCString &cmd, int &rep);
+ virtual bool sendCommand(const TQCString &cmd, int &rep);
virtual void handleErrors();
- bool switchToGroup(const QString &newGroup);
+ bool switchToGroup(const TQString &newGroup);
- QString currentGroup;
- QMutex& mutex;
+ TQString currentGroup;
+ TQMutex& mutex;
};