diff options
author | Michele Calgaro <[email protected]> | 2024-03-09 12:34:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-09 21:31:24 +0900 |
commit | 238d51437fc8f9774ce617751dd8742335046c7c (patch) | |
tree | e560cbf9750fdc77896298deb5d575210f1cd318 | |
parent | 5a55a65ca182acdd549831ecb83b3a3478be5e05 (diff) | |
download | knowit-238d51437fc8f9774ce617751dd8742335046c7c.tar.gz knowit-238d51437fc8f9774ce617751dd8742335046c7c.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ac2c5db80b26293972e199e35a316f3832404bfc)
-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 |