summaryrefslogtreecommitdiffstats
path: root/twin/tools/decobenchmark/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/tools/decobenchmark/main.cpp')
-rw-r--r--twin/tools/decobenchmark/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/tools/decobenchmark/main.cpp b/twin/tools/decobenchmark/main.cpp
index 341b7ce44..e4428c00e 100644
--- a/twin/tools/decobenchmark/main.cpp
+++ b/twin/tools/decobenchmark/main.cpp
@@ -130,7 +130,7 @@ int main(int argc, char** argv)
DecoBenchApplication app(library, test, count);
- TQTimer::singleShot(0, &app, TQT_SLOT(executeTest()));
+ TQTimer::singleShot(0, &app, TQ_SLOT(executeTest()));
app.exec();
}
#include "main.moc"