diff options
Diffstat (limited to 'src/torclient.h')
-rw-r--r-- | src/torclient.h | 10 |
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; |