diff options
Diffstat (limited to 'doc/man/man3/tqobject.3qt')
-rw-r--r-- | doc/man/man3/tqobject.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt index b741deaf1..c96785f30 100644 --- a/doc/man/man3/tqobject.3qt +++ b/doc/man/man3/tqobject.3qt @@ -525,7 +525,7 @@ Example: .br private: .br - QTextEdit *textEdit; + TQTextEdit *textEdit; .br }; .br @@ -536,7 +536,7 @@ Example: .br { .br - textEdit = new QTextEdit( this ); + textEdit = new TQTextEdit( this ); .br setCentralWidget( textEdit ); .br |