diff options
Diffstat (limited to 'doc/man/man3/tqsqlform.3qt')
-rw-r--r-- | doc/man/man3/tqsqlform.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqsqlform.3qt b/doc/man/man3/tqsqlform.3qt index 73d2a1bfd..0ec8d2987 100644 --- a/doc/man/man3/tqsqlform.3qt +++ b/doc/man/man3/tqsqlform.3qt @@ -103,7 +103,7 @@ Some sample code to initialize a form successfully: .PP .nf .br - QLineEdit myEditor( this ); + TQLineEdit myEditor( this ); .br TQSqlForm myForm( this ); .br |