From ff1f7c168697a6a31f6a6ab49a96570016e4b956 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Mar 2024 19:19:33 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 0fc69751bc559d35105b399429b10a3e00fb720e) --- doc/man/d3lphin.1 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/man/d3lphin.1 b/doc/man/d3lphin.1 index 3f2814b..b46750d 100644 --- a/doc/man/d3lphin.1 +++ b/doc/man/d3lphin.1 @@ -2,8 +2,8 @@ .SH NAME dolphin \- File manager for TDE focusing on usability .SH SYNOPSIS -.B dolphin -.RI [Qt-options] [TDE-options] [URL] +.B dolphin +.RI [TQt-options] [TDE-options] [URL] .SH DESCRIPTION dolphin is not intended to be a competitor to Konqueror, the default TDE file manager: Konqueror acts as universal viewer being able to show HTML @@ -12,7 +12,7 @@ dolphin \- File manager for TDE focusing on usability interface for the task of file management. .PP .SH FEATURES -.PP +.PP * Navigation bar (breadcrumbs) .PP * View properties remembered for each folder @@ -26,33 +26,33 @@ dolphin \- File manager for TDE focusing on usability * Renaming of a variable number of selected items in one step. .PP .SH OPTIONS -.SS +.SS .SS Generic Options: .TP .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 +.B --help-tde Show TDE specific options .TP -.B --help-all +.B --help-all Show all options .TP -.B --author +.B --author Show author information .TP -.B -v, --version +.B -v, --version Show version information .TP -.B --license +.B --license Show license information .SS .SS Arguments: .TP -.B URL +.B URL Document to open .PP .SH HOMEPAGE