summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:56:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 12:46:32 +0900
commite86e0ce5f1376174d8cfb44aeeff360b59cb50b5 (patch)
treef81e4b6238c4c522d7b4a25663919f7dd4135d77
parent9e94ee99cd260efb279f2c810ea2c2cc7839e6ae (diff)
downloadkxmleditor-e86e0ce5.tar.gz
kxmleditor-e86e0ce5.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 41b3c136fb316a7db9dcacde48890ca716422395)
-rw-r--r--CODING2
-rw-r--r--doc/man/kxmleditor.18
-rw-r--r--part/actions.cpp2
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 <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,
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 <tqwhatsthis.h>
#include <tqdragobject.h>