Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/21/head
Michele Calgaro 2 months ago
parent 566aedf3da
commit 30e4450b23
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4,7 +4,7 @@
tdenetworkmanager tdenetworkmanager
\- A NetworkManager front-end for TDE \- A NetworkManager front-end for TDE
.SH SYNOPSIS .SH SYNOPSIS
tdenetworkmanager [Qt\-options] [TDE\-options] tdenetworkmanager [TQt\-options] [TDE\-options]
.SH DESCRIPTION .SH DESCRIPTION
A NetworkManager front-end for TDE A NetworkManager front-end for TDE
.SH OPTIONS .SH OPTIONS
@ -13,8 +13,8 @@ A NetworkManager front-end for TDE
.B \-\-help .B \-\-help
Show help about options Show help about options
.TP .TP
.B \-\-help\-qt .B \-\-help\-tqt
Show Qt specific options Show TQt specific options
.TP .TP
.B \-\-help\-tde .B \-\-help\-tde
Show TDE specific options Show TDE specific options
@ -65,7 +65,7 @@ sets the client geometry of the main widget - see man X for the argument format
.TP .TP
.B \-\-nofork .B \-\-nofork
Don't run in the background. Don't run in the background.
.SS Qt options: .SS TQt options:
.TP .TP
.B \-\-display <displayname> .B \-\-display <displayname>
Use the X-server display 'displayname' Use the X-server display 'displayname'
@ -84,7 +84,7 @@ using the QApplication::ManyColor color
specification specification
.TP .TP
.B \-\-nograb .B \-\-nograb
tells Qt to never grab the mouse or the keyboard tells TQt to never grab the mouse or the keyboard
.TP .TP
.B \-\-dograb .B \-\-dograb
running under a debugger can cause an implicit running under a debugger can cause an implicit

@ -22,7 +22,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -22,7 +22,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -23,7 +23,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -23,7 +23,7 @@
**************************************************************************/ **************************************************************************/
#include <limits.h> #include <limits.h>
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -22,7 +22,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include "tdenetman-connection_setting_widget_interface.h" #include "tdenetman-connection_setting_widget_interface.h"

@ -25,7 +25,7 @@
#ifndef TDENETWORKMANAGER_CONNECTION_SETTING_WIDGET_INTERFACE_H #ifndef TDENETWORKMANAGER_CONNECTION_SETTING_WIDGET_INTERFACE_H
#define TDENETWORKMANAGER_CONNECTION_SETTING_WIDGET_INTERFACE_H #define TDENETWORKMANAGER_CONNECTION_SETTING_WIDGET_INTERFACE_H
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
namespace ConnectionSettings namespace ConnectionSettings

@ -23,7 +23,7 @@
* *
**************************************************************************/ **************************************************************************/
/* qt headers */ /* tqt headers */
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>

@ -23,7 +23,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>

@ -23,7 +23,7 @@
* *
**************************************************************************/ **************************************************************************/
// qt headers // tqt headers
#include <tqwidget.h> #include <tqwidget.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>

Loading…
Cancel
Save