summaryrefslogtreecommitdiffstats
path: root/src/kvpnc.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:13:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:13:13 -0600
commit39772365e40d22473389f8d24cce8910f088b656 (patch)
treeeb6eb62ecf03212347bb24e8b7db8d35642e035d /src/kvpnc.h
parent7251ddd58d498d631dc56bc00849f61cb4acdabd (diff)
downloadkvpnc-39772365e40d22473389f8d24cce8910f088b656.tar.gz
kvpnc-39772365e40d22473389f8d24cce8910f088b656.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/kvpnc.h')
-rw-r--r--src/kvpnc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvpnc.h b/src/kvpnc.h
index 086f738..7f20740 100644
--- a/src/kvpnc.h
+++ b/src/kvpnc.h
@@ -123,11 +123,11 @@ protected:
*/
virtual bool queryExit();
- void saveProperties( KConfig* );
- void readProperties( KConfig* );
+ void saveProperties( TDEConfig* );
+ void readProperties( TDEConfig* );
public:
- void restore(KConfig *config, int i);
+ void restore(TDEConfig *config, int i);
void restore();
/**