diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:57:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 20:01:23 +0900 |
commit | 8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2 (patch) | |
tree | 05d58f4adb27ad18c74d34b1cc1947f833413d6f /doc | |
parent | 41907371bbc59724fc618f64fef83fcd5f6f3d62 (diff) | |
download | tdesvn-8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2.tar.gz tdesvn-8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tdesvn.1 | 10 | ||||
-rw-r--r-- | doc/man/tdesvnaskpass.1 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/tdesvn.1 b/doc/man/tdesvn.1 index e5f5909..88b46d1 100644 --- a/doc/man/tdesvn.1 +++ b/doc/man/tdesvn.1 @@ -4,7 +4,7 @@ tdesvn \- A Subversion client for TDE (standalone application) .SH SYNOPSIS -tdesvn [Qt\-options] [TDE\-options] [options] exec <command> [URL] +tdesvn [TQt\-options] [TDE\-options] [options] exec <command> [URL] .SH DESCRIPTION A Subversion client for TDE (standalone application) .SH OPTIONS @@ -35,8 +35,8 @@ Limit log output to <number> .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 @@ -85,7 +85,7 @@ sets the application GUI style .B \-\-geometry <geometry> sets the client geometry of the main widget - see man X for the argument format .SS -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -104,7 +104,7 @@ using the QApplication::ManyColor color specification .TP .B \-\-nograb -tells Qt to never grab the mouse or the keyboard +tells TQt to never grab the mouse or the keyboard .TP .B \-\-dograb running under a debugger can cause an implicit diff --git a/doc/man/tdesvnaskpass.1 b/doc/man/tdesvnaskpass.1 index bb86ec3..5873624 100644 --- a/doc/man/tdesvnaskpass.1 +++ b/doc/man/tdesvnaskpass.1 @@ -4,7 +4,7 @@ tdesvnaskpass \- ssh-askpass for tdesvn .SH SYNOPSIS -tdesvnaskpass [Qt\-options] [TDE\-options] [prompt] +tdesvnaskpass [TQt\-options] [TDE\-options] [prompt] .SH DESCRIPTION ssh-askpass for tdesvn. .SH OPTIONS @@ -18,8 +18,8 @@ Prompt that is displayed to the user. .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 @@ -68,7 +68,7 @@ sets the application GUI style .B \-\-geometry <geometry> sets the client geometry of the main widget - see man X for the argument format .SS -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -87,7 +87,7 @@ using the QApplication::ManyColor color specification .TP .B \-\-nograb -tells Qt to never grab the mouse or the keyboard +tells TQt to never grab the mouse or the keyboard .TP .B \-\-dograb running under a debugger can cause an implicit |