summaryrefslogtreecommitdiffstats
path: root/doc/html/qlineedit-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlineedit-h.html')
-rw-r--r--doc/html/qlineedit-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlineedit-h.html b/doc/html/qlineedit-h.html
index a7440547..b1624b35 100644
--- a/doc/html/qlineedit-h.html
+++ b/doc/html/qlineedit-h.html
@@ -94,7 +94,7 @@ class TQTextCursor;
class Q_EXPORT TQLineEdit : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( EchoMode )
Q_PROPERTY( TQString text READ text WRITE setText )
Q_PROPERTY( int maxLength READ maxLength WRITE setMaxLength )
@@ -255,7 +255,7 @@ private:
TQLineEditPrivate * d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQLineEdit( const TQLineEdit & );
TQLineEdit &operator=( const TQLineEdit & );
#endif