diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:13 -0600 |
commit | 39772365e40d22473389f8d24cce8910f088b656 (patch) | |
tree | eb6eb62ecf03212347bb24e8b7db8d35642e035d /src/kvpnc.h | |
parent | 7251ddd58d498d631dc56bc00849f61cb4acdabd (diff) | |
download | kvpnc-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.h | 6 |
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(); /** |