summaryrefslogtreecommitdiffstats
path: root/doc/html/qtextedit-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtextedit-h.html')
-rw-r--r--doc/html/qtextedit-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtextedit-h.html b/doc/html/qtextedit-h.html
index 85875217..893798cb 100644
--- a/doc/html/qtextedit-h.html
+++ b/doc/html/qtextedit-h.html
@@ -173,7 +173,7 @@ class Q_EXPORT TQTextEdit : public TQScrollView
friend class TQTextBrowser;
friend class TQSyntaxHighlighter;
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( WordWrap WrapPolicy )
Q_SETS( AutoFormatting )
Q_PROPERTY( TextFormat textFormat READ textFormat WRITE setTextFormat )
@@ -491,7 +491,7 @@ protected:
protected slots:
virtual void doChangeInterval();
void sliderReleased(); // ### make virtual in 4.0
-#if (QT_VERSION >= 0x040000)
+#if (TQT_VERSION >= 0x040000)
#error "Some functions need to be changed to virtual for TQt 4.0"
#endif
@@ -624,7 +624,7 @@ private:
bool overWrite : 1;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQTextEdit( const TQTextEdit & );
TQTextEdit &operator=( const TQTextEdit & );
#endif