diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:54 +0900 |
commit | 41b3c136fb316a7db9dcacde48890ca716422395 (patch) | |
tree | f81e4b6238c4c522d7b4a25663919f7dd4135d77 /doc/man/kxmleditor.1 | |
parent | 4d0e92e869aeab286a753010ee87be3bd30cafe4 (diff) | |
download | kxmleditor-41b3c136fb316a7db9dcacde48890ca716422395.tar.gz kxmleditor-41b3c136fb316a7db9dcacde48890ca716422395.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/kxmleditor.1')
-rw-r--r-- | doc/man/kxmleditor.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/kxmleditor.1 b/doc/man/kxmleditor.1 index 42eb2bc..0876bc9 100644 --- a/doc/man/kxmleditor.1 +++ b/doc/man/kxmleditor.1 @@ -11,8 +11,8 @@ KXML Editor is an utility to display and edit XML files \fB\-\-help\fR Show help about options .TP -\fB\-\-help\-qt\fR -Show Qt specific options +\fB\-\-help\-tqt\fR +Show TQt specific options .TP \fB\-\-help\-kde\fR Show KDE specific options @@ -56,7 +56,7 @@ sets the application GUI style. .TP \fB\-\-geometry <geometry>\fR sets the client geometry of the main widget. -.SS "QT-options" +.SS "TQT-options" .TP \fB\-\-display <displayname>\fR Use the X-server display 'displayname'. @@ -73,7 +73,7 @@ display, if the application is using the QApplication::ManyColor color specification. .TP \fB\-\-nograb\fR -tells Qt to never grab the mouse or the keyboard. +tells TQt to never grab the mouse or the keyboard. .TP \fB\-\-dograb\fR running under a debugger can cause an implicit \fB\-\-nograb\fR, |