Replace Qt with TQt

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save