diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 23:33:47 +0900 |
commit | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch) | |
tree | e2c5625c37ba83b0848bbb212a45995ceec84139 /doc/layout.doc | |
parent | d21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff) | |
download | tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/layout.doc')
-rw-r--r-- | doc/layout.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/layout.doc b/doc/layout.doc index 388b686c6..b5339909c 100644 --- a/doc/layout.doc +++ b/doc/layout.doc @@ -185,7 +185,7 @@ improvements: // add the last widget on row 2, spanning from column 0 to // column 1, and center aligned grid->addMultiCellWidget( new QLabel( "Five", main ), 2, 2, 0, 1, - Qt::AlignCenter ); + TQt::AlignCenter ); // let the ratio between the widths of columns 0 and 1 be 2:3 grid->setColStretch( 0, 2 ); |