summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtextbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqtextbrowser.h')
-rw-r--r--src/widgets/ntqtextbrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqtextbrowser.h b/src/widgets/ntqtextbrowser.h
index c9a3e5f58..6f3f1babf 100644
--- a/src/widgets/ntqtextbrowser.h
+++ b/src/widgets/ntqtextbrowser.h
@@ -54,7 +54,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 )
@@ -96,7 +96,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