Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 3 months ago
parent 4d0e92e869
commit 41b3c136fb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -3,7 +3,7 @@ NAMING CONVENTIONS
CLASS NAMES 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. KXE....Dialog, KXE....View, KXE....Command for longer names.
examples: KXESpecProcInstrDialog examples: KXESpecProcInstrDialog

@ -11,8 +11,8 @@ KXML Editor is an utility to display and edit XML files
\fB\-\-help\fR \fB\-\-help\fR
Show help about options Show help about options
.TP .TP
\fB\-\-help\-qt\fR \fB\-\-help\-tqt\fR
Show Qt specific options Show TQt specific options
.TP .TP
\fB\-\-help\-kde\fR \fB\-\-help\-kde\fR
Show KDE specific options Show KDE specific options
@ -56,7 +56,7 @@ sets the application GUI style.
.TP .TP
\fB\-\-geometry <geometry>\fR \fB\-\-geometry <geometry>\fR
sets the client geometry of the main widget. sets the client geometry of the main widget.
.SS "QT-options" .SS "TQT-options"
.TP .TP
\fB\-\-display <displayname>\fR \fB\-\-display <displayname>\fR
Use the X-server display 'displayname'. Use the X-server display 'displayname'.
@ -73,7 +73,7 @@ display, if the application is using the QApplication::ManyColor color
specification. specification.
.TP .TP
\fB\-\-nograb\fR \fB\-\-nograb\fR
tells Qt to never grab the mouse or the keyboard. tells TQt to never grab the mouse or the keyboard.
.TP .TP
\fB\-\-dograb\fR \fB\-\-dograb\fR
running under a debugger can cause an implicit \fB\-\-nograb\fR, running under a debugger can cause an implicit \fB\-\-nograb\fR,

@ -17,7 +17,7 @@
#include "actions.h" #include "actions.h"
// include files for QT // include files for TQT
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqdragobject.h> #include <tqdragobject.h>

Loading…
Cancel
Save