diff options
Diffstat (limited to 'doc/html/qtextbrowser-h.html')
-rw-r--r-- | doc/html/qtextbrowser-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtextbrowser-h.html b/doc/html/qtextbrowser-h.html index fca1cdf20..564933da5 100644 --- a/doc/html/qtextbrowser-h.html +++ b/doc/html/qtextbrowser-h.html @@ -90,7 +90,7 @@ class TQTextBrowserData; class Q_EXPORT TQTextBrowser : public TQTextEdit { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( TQString source READ source WRITE setSource ) Q_OVERRIDE( int undoDepth DESIGNABLE false SCRIPTABLE false ) Q_OVERRIDE( bool overwriteMode DESIGNABLE false SCRIPTABLE false ) @@ -132,7 +132,7 @@ private: TQTextBrowserData *d; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQTextBrowser( const TQTextBrowser & ); TQTextBrowser& operator=( const TQTextBrowser & ); #endif |