summaryrefslogtreecommitdiffstats
path: root/tdewallet/tests/tdewalletasync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdewallet/tests/tdewalletasync.cpp')
-rw-r--r--tdewallet/tests/tdewalletasync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewallet/tests/tdewalletasync.cpp b/tdewallet/tests/tdewalletasync.cpp
index 75d475b97..0c5d05ebc 100644
--- a/tdewallet/tests/tdewalletasync.cpp
+++ b/tdewallet/tests/tdewalletasync.cpp
@@ -19,7 +19,7 @@ void openWallet()
_out << "About to ask for wallet async" << endl;
// we have no wallet: ask for one.
- KWallet::Wallet *wallet = KWallet::Wallet::openWallet( KWallet::Wallet::NetworkWallet(), 0, KWallet::Wallet::Asynchronous );
+ TDEWallet::Wallet *wallet = TDEWallet::Wallet::openWallet( TDEWallet::Wallet::NetworkWallet(), 0, TDEWallet::Wallet::Asynchronous );
WalletReceiver r;
r.connect( wallet, TQT_SIGNAL( walletOpened(bool) ), TQT_SLOT( walletOpened(bool) ) );