summaryrefslogtreecommitdiffstats
path: root/kspread/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/tests/testrunner.cpp')
-rw-r--r--kspread/tests/testrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/tests/testrunner.cpp b/kspread/tests/testrunner.cpp
index d16dc1661..984353049 100644
--- a/kspread/tests/testrunner.cpp
+++ b/kspread/tests/testrunner.cpp
@@ -77,7 +77,7 @@ TestRunner::TestRunner():
layout->addMultiCellWidget( d->logView, 2, 2, 0, 3 );
d->logView->setTextFormat( TQt::LogText );
- TQObject::connect( d->runButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( runTest() ) );
+ TQObject::connect( d->runButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( runTest() ) );
// add all tests here !!
addTester( new ValueTester() );