summaryrefslogtreecommitdiffstats
path: root/tdehtml/test_regression.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/test_regression.h')
-rw-r--r--tdehtml/test_regression.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/test_regression.h b/tdehtml/test_regression.h
index b6791bd32..9092f22e2 100644
--- a/tdehtml/test_regression.h
+++ b/tdehtml/test_regression.h
@@ -38,7 +38,7 @@ class TQTimer;
*/
class PartMonitor : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
PartMonitor(TDEHTMLPart *_part);
~PartMonitor();
@@ -124,7 +124,7 @@ class ScriptInterpreter;
*/
class RegressionTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
RegressionTest(TDEHTMLPart *part, const TQString &baseDir, const TQString &outputDir,