diff options
author | Michele Calgaro <[email protected]> | 2024-04-06 21:26:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-07 18:35:34 +0900 |
commit | 1160ad70d4090b77d17b4f0ab086d96292718152 (patch) | |
tree | e0e414f839780efb31ea67da6be1dcc4e68e04c4 | |
parent | 2af9984e94df7f15033d5437ab2877eeeca53217 (diff) | |
download | kdirstat-1160ad70d4090b77d17b4f0ab086d96292718152.tar.gz kdirstat-1160ad70d4090b77d17b4f0ab086d96292718152.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit df73f42be291bb4a67052c88ff30fa09ffacbfed)
-rw-r--r-- | doc/man/kdirstat.1 | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/man/kdirstat.1 b/doc/man/kdirstat.1 index a9a5991..fb15b72 100644 --- a/doc/man/kdirstat.1 +++ b/doc/man/kdirstat.1 @@ -4,7 +4,7 @@ kdirstat \- KDirStat - Directory statistics. .SH SYNOPSIS -kdirstat [Qt\-options] [TDE\-options] [Dir/URL] +kdirstat [TQt\-options] [TDE\-options] [Dir/URL] .SH DESCRIPTION KDirStat (TDE Directory Statistics) is a small utility program that sums up disk usage for directory trees, very much like the Unix 'du' command. @@ -13,7 +13,7 @@ and graphically. It is network transparent (i.e., you can use it to sum up FTP servers), and comes with predefined and user configurable cleanup actions. You can directly open a directory branch in Konqueror or the shell of your choice, compress it to a .tar.bz2 archive, or define your -own cleanup actions. +own cleanup actions. .SH OPTIONS .SS @@ -21,30 +21,30 @@ own cleanup actions. Dir/URL Directory or URL to open .SS Generic options: .TP -.B \-\-help +.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 .TP -.B \-\- +.B \-\- End of options -.SS +.SS .SS TDE options: .TP .B \-\-caption <caption> @@ -62,10 +62,10 @@ Use alternative configuration file .B \-\-dcopserver <server> Use the DCOP Server specified by 'server' .TP -.B \-\-nocrashhandler +.B \-\-nocrashhandler Disable crash handler, to get core dumps .TP -.B \-\-waitforwm +.B \-\-waitforwm Waits for a WM_NET compatible windowmanager .TP .B \-\-style <style> @@ -73,8 +73,8 @@ 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 -.SS Qt options: +.SS +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -82,7 +82,7 @@ Use the X-server display 'displayname' .B \-\-session <sessionId> Restore the application for the given 'sessionId' .TP -.B \-\-cmap +.B \-\-cmap Causes the application to install a private color map on an 8-bit display .TP @@ -92,14 +92,14 @@ cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification .TP -.B \-\-nograb -tells Qt to never grab the mouse or the keyboard +.B \-\-nograb +tells TQt to never grab the mouse or the keyboard .TP -.B \-\-dograb +.B \-\-dograb running under a debugger can cause an implicit -nograb, use -dograb to override .TP -.B \-\-sync +.B \-\-sync switches to synchronous mode for debugging .TP .B \-\-fn, \-\-font <fontname> @@ -134,17 +134,17 @@ root .B \-\-im <XIM server> set XIM server .TP -.B \-\-noxim +.B \-\-noxim disable XIM .TP -.B \-\-reverse +.B \-\-reverse mirrors the whole layout of widgets -.SS +.SS .SH SEE ALSO Full user documentation is available through the TDE Help Center. You can also enter the URL .BR help:/kdirstat/ -directly into konqueror or you can run +directly into konqueror or you can run .BR "`khelpcenter help:/kdirstat/'" from the command-line. .br |