diff options
Diffstat (limited to 'tdewallet/main.cpp')
-rw-r--r-- | tdewallet/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewallet/main.cpp b/tdewallet/main.cpp index 3ecba8f..863e7e8 100644 --- a/tdewallet/main.cpp +++ b/tdewallet/main.cpp @@ -66,7 +66,7 @@ int main(int argc, char **argv) { MyApp a; - KWalletManager wm; + TDEWalletManager wm; wm.setCaption(i18n("TDE Wallet Manager")); a.setMainWidget(&wm); |