diff options
Diffstat (limited to 'lib/kross/test')
-rw-r--r-- | lib/kross/test/testaction.h | 2 | ||||
-rw-r--r-- | lib/kross/test/testobject.h | 2 | ||||
-rw-r--r-- | lib/kross/test/testwindow.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/test/testaction.h b/lib/kross/test/testaction.h index 8e2d355e..db6e2b90 100644 --- a/lib/kross/test/testaction.h +++ b/lib/kross/test/testaction.h @@ -31,7 +31,7 @@ class TestAction : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TestAction(Kross::Api::ScriptContainer::Ptr scriptcontainer); diff --git a/lib/kross/test/testobject.h b/lib/kross/test/testobject.h index 21454829..0ec38a6f 100644 --- a/lib/kross/test/testobject.h +++ b/lib/kross/test/testobject.h @@ -27,7 +27,7 @@ class TestObject : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString testProperty READ testProperty WRITE setTestProperty) diff --git a/lib/kross/test/testwindow.h b/lib/kross/test/testwindow.h index 45f14de0..e090d800 100644 --- a/lib/kross/test/testwindow.h +++ b/lib/kross/test/testwindow.h @@ -35,7 +35,7 @@ class KTextEdit; class TestWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: TestWindow(const TQString& interpretername, const TQString& scriptcode); |