summaryrefslogtreecommitdiffstats
path: root/lib/store/tests/storedroptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/store/tests/storedroptest.cpp')
-rw-r--r--lib/store/tests/storedroptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/store/tests/storedroptest.cpp b/lib/store/tests/storedroptest.cpp
index bc7dec00b..e522e9a4e 100644
--- a/lib/store/tests/storedroptest.cpp
+++ b/lib/store/tests/storedroptest.cpp
@@ -32,7 +32,7 @@ int main( int argc, char** argv )
window->resize( 500, 500 );
window->show();
- TQObject::connect( tqApp, TQT_SIGNAL( lastWindowClosed() ), tqApp, TQT_SLOT( quit() ) );
+ TQObject::connect( tqApp, TQ_SIGNAL( lastWindowClosed() ), tqApp, TQ_SLOT( quit() ) );
return app.exec();
}