summaryrefslogtreecommitdiffstats
path: root/knode/knserverinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knserverinfo.h')
-rw-r--r--knode/knserverinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knserverinfo.h b/knode/knserverinfo.h
index 68c39699..ba5dcf4d 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; }