summaryrefslogtreecommitdiffstats
path: root/twin/tools/decobenchmark/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin/tools/decobenchmark/main.h')
-rw-r--r--twin/tools/decobenchmark/main.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/twin/tools/decobenchmark/main.h b/twin/tools/decobenchmark/main.h
index e556c1350..3745697f0 100644
--- a/twin/tools/decobenchmark/main.h
+++ b/twin/tools/decobenchmark/main.h
@@ -31,7 +31,7 @@ enum Tests {
class DecoBenchApplication : public TDEApplication
{
- Q_OBJECT
+ TQ_OBJECT
public:
DecoBenchApplication(const TQString &library, Tests tests, int count);
~DecoBenchApplication();
@@ -47,5 +47,3 @@ private:
};
#endif // BENCH_MAIN_H
-
-// kate: space-indent off; tab-width 4;