diff options
-rw-r--r-- | CODING | 2 | ||||
-rw-r--r-- | doc/man/kxmleditor.1 | 8 | ||||
-rw-r--r-- | part/actions.cpp | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -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> |