diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-21 16:39:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-21 16:39:19 +0900 |
commit | 74d8c8748645a87a5824ed38f424798563598cfc (patch) | |
tree | a1037c0453f260af90c343af49001ca4036ac4a3 /doc | |
parent | 4458afc0190eebdc41a14ec4e6576f3d344bca10 (diff) | |
download | kmyfirewall-74d8c8748645a87a5824ed38f424798563598cfc.tar.gz kmyfirewall-74d8c8748645a87a5824ed38f424798563598cfc.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kmyfirewall/index.docbook | 6 | ||||
-rw-r--r-- | doc/man/kmyfirewall.1 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index 6741259..305e82e 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1051,7 +1051,7 @@ public: ***************************************************************************/ #include "kmfruleoptioneditmac.h" -// QT includes +// TQt includes #include <qstring.h> // KDE includes @@ -1293,7 +1293,7 @@ KMFRuleEditMac::KMFRuleEditMac( TQWidget* parent, const char* name, WFlags fl ) * Destroys the object and frees any allocated resources */ KMFRuleEditMac::~KMFRuleEditMac() { - // no need to delete child widgets, Qt does it all for us + // no need to delete child widgets, TQt does it all for us } /* @@ -1547,7 +1547,7 @@ There you'll also find a list of important changes and know bugs. </para> In order to compile and install &kmyfirewall; on your system, type the following in the base directory of the extracted tarball: <screen width="40"> -<prompt>%</prompt><userinput>./configure --prefix=/kde-install-path/ --with-qt-dir=/qt-install-path/</userinput> +<prompt>%</prompt><userinput>./configure --prefix=/kde-install-path/ --with-tqt-dir=/tqt-install-path/</userinput> <prompt>%</prompt><userinput>make</userinput> <prompt>%</prompt><userinput>(as root) make install</userinput> </screen> diff --git a/doc/man/kmyfirewall.1 b/doc/man/kmyfirewall.1 index cff0164..ba3c0ca 100644 --- a/doc/man/kmyfirewall.1 +++ b/doc/man/kmyfirewall.1 @@ -21,8 +21,8 @@ Firewall that keeps the "bad" people out .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 @@ -41,7 +41,7 @@ Show license information .TP .B \-\- End of options -.SS "Qt options:" +.SS "TQt options:" .TP .BI \-\-display \ displayname Use the X-server display \fIdisplayname\fP. @@ -60,7 +60,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 |