diff options
author | Michele Calgaro <[email protected]> | 2024-02-24 12:36:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-24 12:36:33 +0900 |
commit | f5ac4d867b86acf1d40b4c481c3d78ddc5d25874 (patch) | |
tree | 8ddda8c7189147332adb37e5b3805c775311212c /doc | |
parent | b36c429d1c07c8869d8724dc348f9942e6ab3d62 (diff) | |
download | tderadio-f5ac4d867b86acf1d40b4c481c3d78ddc5d25874.tar.gz tderadio-f5ac4d867b86acf1d40b4c481c3d78ddc5d25874.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/convert-presets.1 | 10 | ||||
-rw-r--r-- | doc/man/tderadio.1 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/convert-presets.1 b/doc/man/convert-presets.1 index 2b898ce..a5baf6d 100644 --- a/doc/man/convert-presets.1 +++ b/doc/man/convert-presets.1 @@ -4,7 +4,7 @@ convert\-presets \- convert-presets .SH SYNOPSIS -convert\-presets [Qt\-options] [TDE\-options] [options] [preset files] +convert\-presets [TQt\-options] [TDE\-options] [options] [preset files] .SH DESCRIPTION convert-presets .SH OPTIONS @@ -21,8 +21,8 @@ files preset file to convert .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 @@ -71,7 +71,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' @@ -90,7 +90,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/tderadio.1 b/doc/man/tderadio.1 index eddbbdf..d8552a5 100644 --- a/doc/man/tderadio.1 +++ b/doc/man/tderadio.1 @@ -4,7 +4,7 @@ tderadio \- TDERadio .SH SYNOPSIS -tderadio [Qt\-options] [TDE\-options] +tderadio [TQt\-options] [TDE\-options] .SH DESCRIPTION TDERadio .SH OPTIONS @@ -13,8 +13,8 @@ TDERadio .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 @@ -62,7 +62,7 @@ sets the application GUI style .TP .B \-\-geometry <geometry> sets the client geometry of the main widget - see man X for the argument format -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -81,7 +81,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 |