diff options
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"); |