Replace Qt with TQt

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

@ -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

@ -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,

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

Loading…
Cancel
Save