diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 12:34:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 20:42:39 +0900 |
commit | ac2c5db80b26293972e199e35a316f3832404bfc (patch) | |
tree | e560cbf9750fdc77896298deb5d575210f1cd318 | |
parent | 1101bde917de46dbc33d60e18c7e69746656ab6c (diff) | |
download | knowit-ac2c5db80b26293972e199e35a316f3832404bfc.tar.gz knowit-ac2c5db80b26293972e199e35a316f3832404bfc.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | doc/man/knowit.1 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -8,8 +8,8 @@ Editor: * color chooser: last color and some predefined (with shortcuts) * sort selected text (problem: how to sort text inside HTML tags?) * advanced search (fuzzy search, filters, keywords etc.) -* inserting images/tables etc. (probably impossible in current Qt version) -* rich text copy/cut (now only text is copied from note to note); Qt bug? +* inserting images/tables etc. (probably impossible in current TQt version) +* rich text copy/cut (now only text is copied from note to note); TQt bug? * templates: RichText structures which can be autofilled with relevant info * spellchecking diff --git a/doc/man/knowit.1 b/doc/man/knowit.1 index c4154db..5867f56 100644 --- a/doc/man/knowit.1 +++ b/doc/man/knowit.1 @@ -21,8 +21,8 @@ For a complete description, see the Info files. .B \-\-help Show help about options .TP -.B \-\-help-qt -Show Qt specific options +.B \-\-help-tqt +Show TQt specific options .TP .B \-\-help-tde Show TDE specific options |