diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-19 23:47:08 +0900 |
commit | 541b90072523725854cb5d61f1bdce50dbcc6b31 (patch) | |
tree | 1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/tutorial.doc | |
parent | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff) | |
download | tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.tar.gz tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/tutorial.doc')
-rw-r--r-- | doc/tutorial.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.doc b/doc/tutorial.doc index eff571709..9d9368d6f 100644 --- a/doc/tutorial.doc +++ b/doc/tutorial.doc @@ -2604,7 +2604,7 @@ And then we set up Ctrl+Q to do the same thing as Alt+Q. Some people are more used to Ctrl+Q (and anyway it shows how do do it). CTRL, Key_Enter, Key_Return and Key_Q are all constants provided by -Qt. They're actually Qt::Key_Enter, etc., but practically all classes +TQt. They're actually TQt::Key_Enter, etc., but practically all classes inherit the \l TQt namespace class. \printline QGridLayout |