summaryrefslogtreecommitdiffstats
path: root/src/torclient.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-27 17:13:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-27 18:48:47 +0200
commita915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch)
treef65d926875557195c5f6dd840a517e195eeda20e /src/torclient.h
parent7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff)
downloadtork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz
tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip
Initial TDE conversion
Diffstat (limited to 'src/torclient.h')
-rw-r--r--src/torclient.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/torclient.h b/src/torclient.h
index bb64476..01bd5d2 100644
--- a/src/torclient.h
+++ b/src/torclient.h
@@ -32,13 +32,13 @@
#include <ntqsocket.h>
#include <ntqtextstream.h>
#include <kdebug.h>
-#include <kconfigskeleton.h>
+#include <tdeconfigskeleton.h>
#include <ntqlistview.h>
#include "torkconfig.h"
-class KConfigSkeleton;
-class KConfigSkeletonItem;
+class TDEConfigSkeleton;
+class TDEConfigSkeletonItem;
class PrevConfig
{
@@ -234,8 +234,8 @@ private:
bool m_resolvingServerAddress;
bool geoip_db;
TQString m_currentTorVersion;
- bool elementShouldBeUsed(const KConfigSkeletonItem* it);
- bool noSpecialProcessing(const KConfigSkeletonItem* it);
+ bool elementShouldBeUsed(const TDEConfigSkeletonItem* it);
+ bool noSpecialProcessing(const TDEConfigSkeletonItem* it);
bool readCookie();
TQString ds_identity;
TQString ds_fp_identity;