diff options
author | Timothy Pearson <[email protected]> | 2013-08-27 23:21:05 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-27 23:21:05 -0500 |
commit | cce87d87ca74d317dd4102d64ff0a8e784f539a2 (patch) | |
tree | a4c7ce926dc52a9b36769b2b1551f9a5861b72b6 /krdc/main.cpp | |
parent | 01fd5fb452ff67b8c31853c9a3bf181a74d44883 (diff) | |
download | tdenetwork-cce87d87ca74d317dd4102d64ff0a8e784f539a2.tar.gz tdenetwork-cce87d87ca74d317dd4102d64ff0a8e784f539a2.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'krdc/main.cpp')
-rw-r--r-- | krdc/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/main.cpp b/krdc/main.cpp index 9252e6a0..1488df43 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -41,7 +41,7 @@ // opened multiple times. // 3) MainController is about the only thing that isn't deleted in between connection // attempts. -KWallet::Wallet *wallet = 0; +TDEWallet::Wallet *wallet = 0; static const char description[] = I18N_NOOP("Remote desktop connection"); |