diff options
Diffstat (limited to 'dcop/Mainpage.dox')
-rw-r--r-- | dcop/Mainpage.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/Mainpage.dox b/dcop/Mainpage.dox index 62fd3cf44..266f2d9fe 100644 --- a/dcop/Mainpage.dox +++ b/dcop/Mainpage.dox @@ -291,7 +291,7 @@ Example: \code class MyClass: public QObject, virtual public MyInterface { - Q_OBJECT + TQ_OBJECT public: MyClass(); @@ -340,7 +340,7 @@ just as well have defined a k_dcop section directly within MyClass: \code class MyClass: public QObject, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP public: |