diff options
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 |