diff options
author | Michele Calgaro <[email protected]> | 2024-03-13 10:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-13 10:47:32 +0900 |
commit | 0a2a45331d762f6e555e2d14c093f35822f868ec (patch) | |
tree | cbd284f9ce5bbba6e6e460c707cbec2bc3544396 /lib/pilotTodoEntry.h | |
parent | 9a5d96d5bcf4ea5e36ffb75972acc340648d3496 (diff) | |
download | kpilot-0a2a45331d762f6e555e2d14c093f35822f868ec.tar.gz kpilot-0a2a45331d762f6e555e2d14c093f35822f868ec.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/pilotTodoEntry.h')
-rw-r--r-- | lib/pilotTodoEntry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotTodoEntry.h b/lib/pilotTodoEntry.h index 89f0e06..e6bb05d 100644 --- a/lib/pilotTodoEntry.h +++ b/lib/pilotTodoEntry.h @@ -70,7 +70,7 @@ public: } /** Return a string for the ToDo item. If @param richText is true, then - * use qt style markup to make the string clearer when displayed. + * use tqt style markup to make the string clearer when displayed. */ TQString getTextRepresentation(TQt::TextFormat richText); |