diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:13:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:13:42 -0500 |
commit | 4c9977b7c029688381b073c87e9db0b3d314c77a (patch) | |
tree | 04db86f9f326953163ecaf61c1474575034f239f | |
parent | 1c0fbd1a677e350e74c498ee9a5c55f662cb029b (diff) | |
download | koffice-4c9977b7c029688381b073c87e9db0b3d314c77a.tar.gz koffice-4c9977b7c029688381b073c87e9db0b3d314c77a.zip |
Rename KWallet to TDEWallet
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 4 | ||||
-rw-r--r-- | kexi/main/startup/KexiStartup.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 677dd3ea..880c0d13 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -164,7 +164,7 @@ MOST RECENT TODO: TODO: improve security for password information in .kexis files TODO: for .kexis files' conenction data - if password attr. is not present - ask for password -IDEA: integrate password information in .kexis files with KWallet +IDEA: integrate password information in .kexis files with TDEWallet TODO: Put Connection::dropTable() and Conenction::dropQuery() INSIDE TRANSACTION!!!!!!! @@ -723,7 +723,7 @@ TODO::::::: jstaniek dipesh: it's only within your example project... dipesh therefore column( col )->readOnly() crashes... -reuse KWallet http://events.kde.org/info/kastle/presentations/tdewallet-kastle-2003.ps +reuse TDEWallet http://events.kde.org/info/kastle/presentations/tdewallet-kastle-2003.ps === Interesting features === - Add random names/surnames generator: http://www.ruf.rice.edu/~pound/ diff --git a/kexi/main/startup/KexiStartup.cpp b/kexi/main/startup/KexiStartup.cpp index 6e2ecc80..d54a9d12 100644 --- a/kexi/main/startup/KexiStartup.cpp +++ b/kexi/main/startup/KexiStartup.cpp @@ -381,7 +381,7 @@ tristate KexiStartupHandler::init(int /*argc*/, char ** /*argv*/) m_action = Exit; } -//TODO: add option for non-gui; integrate with KWallet; +//TODO: add option for non-gui; integrate with TDEWallet; // move to static KexiProject method if (!fileDriverSelected && !cdata.driverName.isEmpty() && cdata.password.isEmpty()) { |