diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:14:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:14:43 -0500 |
commit | e9cffd9b85189371a92e50a50c53d0c95d75d1dc (patch) | |
tree | 5bac4a5e54ace5bf888da742b35762040715ad95 /src/kvpncconfig.h | |
parent | 144b852f3ba80e8afa9ed1556ccfd51c5f6cd7e0 (diff) | |
download | kvpnc-e9cffd9b85189371a92e50a50c53d0c95d75d1dc.tar.gz kvpnc-e9cffd9b85189371a92e50a50c53d0c95d75d1dc.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'src/kvpncconfig.h')
-rw-r--r-- | src/kvpncconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvpncconfig.h b/src/kvpncconfig.h index a2c2c00..37dd9f4 100644 --- a/src/kvpncconfig.h +++ b/src/kvpncconfig.h @@ -197,7 +197,7 @@ public: TQFile logfile; TQTextStream logFileStream; TQTextEdit *LogOutput; - KWallet::Wallet *wallet; + TDEWallet::Wallet *wallet; TDEConfig* config; //< configuration data TQPoint WindowPos; |