summaryrefslogtreecommitdiffstats
path: root/src/tor_ioslave/torioslave.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-27 16:57:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-27 18:48:46 +0200
commit7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (patch)
tree4655c7263ca5c64d23d10167cb459dd9cb253815 /src/tor_ioslave/torioslave.h
parent88ea2b6cd4382627fb6efca9cc54825aee881d1e (diff)
downloadtork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.tar.gz
tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.zip
Initial TQt conversion
Diffstat (limited to 'src/tor_ioslave/torioslave.h')
-rw-r--r--src/tor_ioslave/torioslave.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tor_ioslave/torioslave.h b/src/tor_ioslave/torioslave.h
index 05e90ca..0bb1556 100644
--- a/src/tor_ioslave/torioslave.h
+++ b/src/tor_ioslave/torioslave.h
@@ -22,19 +22,19 @@
#ifndef _tor_H_
#define _tor_H_
-#include <qstring.h>
-#include <qcstring.h>
+#include <ntqstring.h>
+#include <ntqcstring.h>
#include <kurl.h>
#include <kio/global.h>
#include <kio/slavebase.h>
-class QCString;
+class TQCString;
class kio_torProtocol : public KIO::SlaveBase
{
public:
- kio_torProtocol(const QCString &pool_socket, const QCString &app_socket);
+ kio_torProtocol(const TQCString &pool_socket, const TQCString &app_socket);
virtual ~kio_torProtocol();
virtual void mimetype(const KURL& url);
virtual void get(const KURL& url);