diff options
Diffstat (limited to 'knode/knserverinfo.h')
-rw-r--r-- | knode/knserverinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knserverinfo.h b/knode/knserverinfo.h index 68c39699a..ba5dcf4d7 100644 --- a/knode/knserverinfo.h +++ b/knode/knserverinfo.h @@ -17,7 +17,7 @@ #include <tqstring.h> -class KConfig; +class TDEConfig; namespace KWallet { class Wallet; } @@ -32,8 +32,8 @@ class KNServerInfo { KNServerInfo(); ~KNServerInfo(); - void readConf(KConfig *conf); - void saveConf(KConfig *conf); + void readConf(TDEConfig *conf); + void saveConf(TDEConfig *conf); //get serverType type()const { return t_ype; } |