From 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 16:57:53 +0200 Subject: Initial TQt conversion --- src/testprivacyproxy.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/testprivacyproxy.cpp') diff --git a/src/testprivacyproxy.cpp b/src/testprivacyproxy.cpp index 7b03f44..fbf878d 100644 --- a/src/testprivacyproxy.cpp +++ b/src/testprivacyproxy.cpp @@ -20,29 +20,29 @@ ***************************************************************************/ -#include -#include +#include +#include #include "testprivacyproxy.h" #include "tork.h" #include "torkconfig.h" -#include +#include #include #include -#include +#include #include #include #include #include #include #include -#include +#include TestPrivoxy::TestPrivoxy( ) { // create the socket and connect various of its signals - socket = new QSocket( this ); + socket = new TQSocket( this ); connect( socket, SIGNAL(connected()), SLOT(socketConnected()) ); connect( socket, SIGNAL(connectionClosed()), @@ -55,7 +55,7 @@ TestPrivoxy::TestPrivoxy( ) } -void TestPrivoxy::connectTo(const QString &host, Q_UINT16 port ) +void TestPrivoxy::connectTo(const TQString &host, TQ_UINT16 port ) { // connect to the server socket->connectToHost( host, port ); -- cgit v1.2.1