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