summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-custom1-main-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/sql-overview-custom1-main-cpp.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/sql-overview-custom1-main-cpp.html')
-rw-r--r--doc/html/sql-overview-custom1-main-cpp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html
index 9ad49e1e..58c336df 100644
--- a/doc/html/sql-overview-custom1-main-cpp.html
+++ b/doc/html/sql-overview-custom1-main-cpp.html
@@ -92,7 +92,7 @@ TQString <a name="f19"></a>CustomEdit::upperLine() const
grid-&gt;<a href="tqgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 );
grid-&gt;<a href="tqgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 );
grid-&gt;<a href="tqgridlayout.html#addWidget">addWidget</a>( saveButton, 3, 0 );
- grid-&gt;<a href="ntqlayout.html#activate">activate</a>();
+ grid-&gt;<a href="tqlayout.html#activate">activate</a>();
staffCursor = new <a href="tqsqlcursor.html">TQSqlCursor</a>( "staff" );
staffCursor-&gt;<a href="tqsqlcursor.html#setTrimmed">setTrimmed</a>( "forename", TRUE );