summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/kdirlistertest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tests/kdirlistertest.h')
-rw-r--r--tdeio/tests/kdirlistertest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/kdirlistertest.h b/tdeio/tests/kdirlistertest.h
index 484121eef..550b5c1ce 100644
--- a/tdeio/tests/kdirlistertest.h
+++ b/tdeio/tests/kdirlistertest.h
@@ -33,7 +33,7 @@ using namespace std;
class PrintSignals : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
PrintSignals() : TQObject() { }
@@ -100,7 +100,7 @@ public slots:
class KDirListerTest : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDirListerTest( TQWidget *parent=0, const char *name=0 );
~KDirListerTest();