From a915aa74dc1acdd12de97f9d95a848b3b2a17abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 17:13:06 +0200 Subject: Initial TDE conversion --- src/torclient.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/torclient.h') 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 #include #include -#include +#include #include #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; -- cgit v1.2.1