summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/kruntest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tests/kruntest.h')
-rw-r--r--tdeio/tests/kruntest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/kruntest.h b/tdeio/tests/kruntest.h
index 68e7a7280..b8870816c 100644
--- a/tdeio/tests/kruntest.h
+++ b/tdeio/tests/kruntest.h
@@ -25,7 +25,7 @@
class testKRun : public KRun
{
- Q_OBJECT
+ TQ_OBJECT
public:
testKRun( const KURL& _url, mode_t _mode = 0,
@@ -42,7 +42,7 @@ public:
class TQPushButton;
class Receiver : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
Receiver();
~Receiver() {}