summaryrefslogtreecommitdiffstats
path: root/kwallet/tests/kwalletboth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwallet/tests/kwalletboth.cpp')
-rw-r--r--kwallet/tests/kwalletboth.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwallet/tests/kwalletboth.cpp b/kwallet/tests/kwalletboth.cpp
index 75d303419..f79f38567 100644
--- a/kwallet/tests/kwalletboth.cpp
+++ b/kwallet/tests/kwalletboth.cpp
@@ -31,8 +31,8 @@ void openWallet()
_out << "Got sync wallet: " << (wallet != 0) << endl;
_out << "About to start 30 second event loop" << endl;
- TQTimer::singleShot( 30000, tqApp, TQT_SLOT( quit() ) );
- int ret = tqApp->exec();
+ TQTimer::singleShot( 30000, qApp, TQT_SLOT( quit() ) );
+ int ret = qApp->exec();
if ( ret == 0 )
@@ -60,7 +60,7 @@ void openWallet()
void WalletReceiver::walletOpened( bool got )
{
_out << "Got async wallet: " << got << endl;
- tqApp->exit( 1 );
+ qApp->exit( 1 );
}
int main( int argc, char *argv[] )