diff options
Diffstat (limited to 'sphinx/using.rst')
-rw-r--r-- | sphinx/using.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/using.rst b/sphinx/using.rst index f703e8c..d13bd8a 100644 --- a/sphinx/using.rst +++ b/sphinx/using.rst @@ -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); |