From 41b3c136fb316a7db9dcacde48890ca716422395 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Feb 2024 19:56:54 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- CODING | 2 +- doc/man/kxmleditor.1 | 8 ++++---- part/actions.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODING b/CODING index 660904e..591a5eb 100644 --- a/CODING +++ b/CODING @@ -3,7 +3,7 @@ NAMING CONVENTIONS CLASS NAMES -Class names follow Qt and KDE schema, with KXE or KXMLEditor prefix: +Class names follow TQt and KDE schema, with KXE or KXMLEditor prefix: KXE....Dialog, KXE....View, KXE....Command for longer names. examples: KXESpecProcInstrDialog 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 \fR sets the client geometry of the main widget. -.SS "QT-options" +.SS "TQT-options" .TP \fB\-\-display \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, diff --git a/part/actions.cpp b/part/actions.cpp index febaaf2..c71fa93 100644 --- a/part/actions.cpp +++ b/part/actions.cpp @@ -17,7 +17,7 @@ #include "actions.h" -// include files for QT +// include files for TQT #include #include