diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:37:04 +0900 |
commit | e867c97d483fa51344f1a3dda1d20cc499224428 (patch) | |
tree | c0875fb82ea2fca60e2268e26205ebe781dd8bff /doc/other | |
parent | a4653b6b2979c665fbfefac41faf044a3b14fdb9 (diff) | |
download | tqscintilla-e867c97d483fa51344f1a3dda1d20cc499224428.tar.gz tqscintilla-e867c97d483fa51344f1a3dda1d20cc499224428.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/other')
-rw-r--r-- | doc/other/ScintillaHistory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/other/ScintillaHistory.html b/doc/other/ScintillaHistory.html index 94a7984..a230271 100644 --- a/doc/other/ScintillaHistory.html +++ b/doc/other/ScintillaHistory.html @@ -3534,7 +3534,7 @@ with GTK_ as keywords. </li> <li> - Qt::Horizontal scrolling can be jumpy rather than gradual. + Horizontal scrolling can be jumpy rather than gradual. </li> <li> GetSelText places a '\0' in the buffer if the selection is empty.. @@ -4603,7 +4603,7 @@ in items. The selected item may be changed through the API. </li> <li> - Qt::Horizontal scrollbar can be turned off. + Horizontal scrollbar can be turned off. </li> <li> Property to remove trailing spaces when saving file. |