diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-31 12:43:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-31 12:43:36 -0500 |
commit | f4cef261c339c76ea446f029ceca4268840f6385 (patch) | |
tree | bdee8c01ab9ab05bed197de0f2ee7c5b8e6b5ab9 /src/kvpncconfig.h | |
parent | bf9b0a6e01381c327617b9d5ae0cfe17686d6b22 (diff) | |
download | kvpnc-f4cef261c339c76ea446f029ceca4268840f6385.tar.gz kvpnc-f4cef261c339c76ea446f029ceca4268840f6385.zip |
Rename KWallet to TDEWallet.
Diffstat (limited to 'src/kvpncconfig.h')
-rw-r--r-- | src/kvpncconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvpncconfig.h b/src/kvpncconfig.h index 37dd9f4..4c955dd 100644 --- a/src/kvpncconfig.h +++ b/src/kvpncconfig.h @@ -138,15 +138,15 @@ public: bool showInterfaceIPinTooltip; bool dontQuitOnCloseEvent; bool doAutoConnectAtStartup; - bool useKwallet; + bool useTDEwallet; bool showStatusBar; bool showToolBar; bool hideMainWindow; bool PppdDebugLevel; - bool firstUseOfKwallet; //< for importing passwords if there are stored before + bool firstUseOfTDEwallet; //< 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 tdewallet + bool skipTDEwalletStoring; //< 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 |