summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources/using.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/using.txt')
-rw-r--r--doc/html/_sources/using.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_sources/using.txt b/doc/html/_sources/using.txt
index 427888f..ed8bfc8 100644
--- a/doc/html/_sources/using.txt
+++ b/doc/html/_sources/using.txt
@@ -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);