Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 10 months ago
parent 566a2d4dc8
commit 4ebc5a806d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -214,7 +214,7 @@ The ``hello.h`` header file looks something like this::
class Hello : public QLabel {
// This is needed by the Qt Meta-Object Compiler.
Q_OBJECT
TQ_OBJECT
public:
Hello(QWidget *parent = 0);

@ -253,7 +253,7 @@ in the Windows version of the library.</p>
class Hello : public TQLabel {
// This is needed by the TQt Meta-Object Compiler.
Q_OBJECT
TQ_OBJECT
TQ_OBJECT
public:

@ -214,7 +214,7 @@ The ``hello.h`` header file looks something like this::
class Hello : public QLabel {
// This is needed by the Qt Meta-Object Compiler.
Q_OBJECT
TQ_OBJECT
public:
Hello(QWidget *parent = 0);

Loading…
Cancel
Save