diff options
author | Michele Calgaro <[email protected]> | 2024-02-17 19:40:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-17 23:46:31 +0900 |
commit | 323206ba579f9c8f6f0fa832f970124341cb24b2 (patch) | |
tree | b0d72f6d81ebf1e84b633912d5b545f00cb77ebe | |
parent | 7a90b396158862866cecae18593b1fd90d1cc391 (diff) | |
download | potracegui-323206ba579f9c8f6f0fa832f970124341cb24b2.tar.gz potracegui-323206ba579f9c8f6f0fa832f970124341cb24b2.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit da959f72f9d98c7e4edaa504781668e0b0066e2b)
-rw-r--r-- | doc/man/potracegui.1 | 6 | ||||
-rw-r--r-- | potracegui.tdevelop | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/potracegui.1 b/doc/man/potracegui.1 index c5182d4..2e5b10f 100644 --- a/doc/man/potracegui.1 +++ b/doc/man/potracegui.1 @@ -18,7 +18,7 @@ potracegui \- a TDE frontend for potrace .SH SYNOPSIS .B potracegui -[Qt-options] [TDE-options] [URL] +[TQt-options] [TDE-options] [URL] .br .SH DESCRIPTION This manual page documents briefly the @@ -37,8 +37,8 @@ A summary of options is included below. .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. diff --git a/potracegui.tdevelop b/potracegui.tdevelop index 5ad3949..bb84e71 100644 --- a/potracegui.tdevelop +++ b/potracegui.tdevelop @@ -9,7 +9,7 @@ <keywords> <keyword>C++</keyword> <keyword>Code</keyword> - <keyword>Qt</keyword> + <keyword>TQt</keyword> <keyword>KDE</keyword> </keywords> <projectdirectory>.</projectdirectory> |