diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:00 -0600 |
commit | 7e24943f4a543a233b57047b8f502f0a70ec1771 (patch) | |
tree | ef3c58511dc9e1b2259bc970579dc527c298a720 /src/kvpncconfig.h | |
parent | 39772365e40d22473389f8d24cce8910f088b656 (diff) | |
download | kvpnc-7e24943f4a543a233b57047b8f502f0a70ec1771.tar.gz kvpnc-7e24943f4a543a233b57047b8f502f0a70ec1771.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kvpncconfig.h')
-rw-r--r-- | src/kvpncconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvpncconfig.h b/src/kvpncconfig.h index ad83b8b..3d52d9d 100644 --- a/src/kvpncconfig.h +++ b/src/kvpncconfig.h @@ -34,7 +34,7 @@ #include <tqcolor.h> #include <tqstringlist.h> #include <kconfig.h> -#include <kwallet.h> +#include <tdewallet.h> #include <kstatusbar.h> #include "toolinfo.h" @@ -146,7 +146,7 @@ public: bool firstUseOfKwallet; //< for importing passwords if there are stored before bool shutdownIsCalled; bool haveUserData; //< flag if user data already collected, set after data is entered and unset if authretry - bool skipKwalletStoring; //< true if save should skip saving into kwallet + bool skipKwalletStoring; //< true if save should skip saving into tdewallet bool hideOnCloseInfo; bool feedbackMailSent; bool doKillL2tpdIfStillRunning; //< kill l2tpd if its still running and not started from kvpnc |