Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 10 months ago
parent 982f331d43
commit cd1915299f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -46,7 +46,7 @@ namespace ConnectionSettings
class CDMAWidgetImpl : public WidgetInterface class CDMAWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
CDMAWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); CDMAWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -48,7 +48,7 @@ class Connection;
class GSMWidgetImpl : public WidgetInterface class GSMWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
GSMWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); GSMWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -48,7 +48,7 @@ class Connection;
class InfoWidgetImpl : public WidgetInterface class InfoWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
InfoWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); InfoWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -42,7 +42,7 @@ namespace ConnectionSettings
class IPv4WidgetImpl : public WidgetInterface class IPv4WidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@ class Connection;
class PPPWidgetImpl : public WidgetInterface class PPPWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
PPPWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); PPPWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -48,7 +48,7 @@ class Connection;
class SerialWidgetImpl : public WidgetInterface class SerialWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
SerialWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); SerialWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -43,7 +43,7 @@ namespace ConnectionSettings
class VPNWidgetImpl : public WidgetInterface class VPNWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
VPNWidgetImpl(TDENetworkConnection* conn, bool new_conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); VPNWidgetImpl(TDENetworkConnection* conn, bool new_conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);

@ -33,7 +33,7 @@ namespace ConnectionSettings
class WidgetInterface : public TQWidget class WidgetInterface : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
WidgetInterface(TQWidget* parent = NULL, const char* name = 0, WFlags fl = 0); WidgetInterface(TQWidget* parent = NULL, const char* name = 0, WFlags fl = 0);

@ -56,7 +56,7 @@ namespace ConnectionSettings
class WirelessSecurityWEPImpl : public ConnectionSettingWirelessSecurityWEP class WirelessSecurityWEPImpl : public ConnectionSettingWirelessSecurityWEP
{ {
Q_OBJECT TQ_OBJECT
public: public:
enum WEPKEY_TYPE enum WEPKEY_TYPE
@ -92,7 +92,7 @@ namespace ConnectionSettings
class WirelessSecurityWEPEncryptionImpl : public ConnectionSettingWirelessSecurityWEPEncryption class WirelessSecurityWEPEncryptionImpl : public ConnectionSettingWirelessSecurityWEPEncryption
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessSecurityWEPEncryptionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0); WirelessSecurityWEPEncryptionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
@ -105,7 +105,7 @@ namespace ConnectionSettings
class WirelessSecurityWPAVersionImpl : public ConnectionSettingWirelessSecurityWPAVersion class WirelessSecurityWPAVersionImpl : public ConnectionSettingWirelessSecurityWPAVersion
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessSecurityWPAVersionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0); WirelessSecurityWPAVersionImpl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
@ -124,7 +124,7 @@ namespace ConnectionSettings
class WirelessSecurityWPACipherImpl : public ConnectionSettingWirelessSecurityWPACipher class WirelessSecurityWPACipherImpl : public ConnectionSettingWirelessSecurityWPACipher
{ {
Q_OBJECT TQ_OBJECT
private: private:
enum WPA_CIPHERS enum WPA_CIPHERS
@ -154,7 +154,7 @@ namespace ConnectionSettings
class WirelessSecurityWPAPSKImpl : public ConnectionSettingWirelessSecurityWPAPSK class WirelessSecurityWPAPSKImpl : public ConnectionSettingWirelessSecurityWPAPSK
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessSecurityWPAPSKImpl(TDEWiFiConnection* security_setting, TDEWiFiConnection* wireless_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0); WirelessSecurityWPAPSKImpl(TDEWiFiConnection* security_setting, TDEWiFiConnection* wireless_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
@ -172,7 +172,7 @@ namespace ConnectionSettings
class WirelessSecurityEAPImpl : public ConnectionSettingWirelessSecurityEAP class WirelessSecurityEAPImpl : public ConnectionSettingWirelessSecurityEAP
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessSecurityEAPImpl(TDEWiFiConnection* security_setting, WirelessSecurityPhase2Impl* phase2_widget, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0); WirelessSecurityEAPImpl(TDEWiFiConnection* security_setting, WirelessSecurityPhase2Impl* phase2_widget, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
@ -194,7 +194,7 @@ namespace ConnectionSettings
class WirelessSecurityPhase2Impl : public ConnectionSettingWirelessSecurityPhase2 class WirelessSecurityPhase2Impl : public ConnectionSettingWirelessSecurityPhase2
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessSecurityPhase2Impl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0); WirelessSecurityPhase2Impl(TDEWiFiConnection* security_setting, TQWidget* parent = 0, ConnectionSettingsDialogImpl* connsettings = 0, const char* name = 0, WFlags fl = 0);
@ -213,7 +213,7 @@ namespace ConnectionSettings
class WirelessSecurityWidgetImpl : public WidgetInterface class WirelessSecurityWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
private: private:
enum SecurityMethods enum SecurityMethods

@ -45,7 +45,7 @@ namespace ConnectionSettings
class WirelessWidgetImpl : public WidgetInterface class WirelessWidgetImpl : public WidgetInterface
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessWidgetImpl(TDENetworkConnection* conn, bool new_conn, TQByteArray preselect_ssid = TQByteArray(), TQWidget* parent = 0, const char* name = 0, WFlags fl = 0); WirelessWidgetImpl(TDENetworkConnection* conn, bool new_conn, TQByteArray preselect_ssid = TQByteArray(), TQWidget* parent = 0, const char* name = 0, WFlags fl = 0);

@ -47,7 +47,7 @@ namespace ConnectionSettings
class ConnectionSettingsDialogImpl : public ConnectionSettingsDialog class ConnectionSettingsDialogImpl : public ConnectionSettingsDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
ConnectionSettingsDialogImpl(TDENetworkConnection* conn, bool new_conn, TQByteArray networkextid = TQByteArray(), TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); ConnectionSettingsDialogImpl(TDENetworkConnection* conn, bool new_conn, TQByteArray networkextid = TQByteArray(), TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);

@ -39,7 +39,7 @@ class KSystemTray;
class DeviceTrayComponent : public TrayComponent class DeviceTrayComponent : public TrayComponent
{ {
Q_OBJECT TQ_OBJECT
public: public:
DeviceTrayComponent(TQString device, KSystemTray * parent, const char * name ); DeviceTrayComponent(TQString device, KSystemTray * parent, const char * name );

@ -37,7 +37,7 @@ class CellularDeviceTrayPrivate;
class CellularDeviceTray : public DeviceTrayComponent class CellularDeviceTray : public DeviceTrayComponent
{ {
Q_OBJECT TQ_OBJECT
public: public:
CellularDeviceTray (TQString, KSystemTray * parent = 0, const char * name = 0); CellularDeviceTray (TQString, KSystemTray * parent = 0, const char * name = 0);

@ -46,7 +46,7 @@ namespace ConnectionSettings
class ConnectionEditorImpl : public ConnectionEditor class ConnectionEditorImpl : public ConnectionEditor
{ {
Q_OBJECT TQ_OBJECT
public: public:
ConnectionEditorImpl(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); ConnectionEditorImpl(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);

@ -41,7 +41,7 @@ namespace ConnectionSettings
class NetworkMenuItem : public TQObject class NetworkMenuItem : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
NetworkMenuItem (TQString dev, TQString conn, TQObject* parent = 0, const char* name = 0); NetworkMenuItem (TQString dev, TQString conn, TQObject* parent = 0, const char* name = 0);

@ -30,7 +30,7 @@
class KDE_EXPORT Plugin : public TQObject class KDE_EXPORT Plugin : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
Plugin(TQObject*, const char*, const TQStringList&); Plugin(TQObject*, const char*, const TQStringList&);

@ -38,7 +38,7 @@ typedef TQMap<KPluginInfo*, Plugin*> PluginMap;
class PluginManager : public TQObject class PluginManager : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
PluginManager(TQObject*, const char*); PluginManager(TQObject*, const char*);

@ -69,7 +69,7 @@ class TQLabel;
class Tray : public KSystemTray class Tray : public KSystemTray
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -147,7 +147,7 @@ class Tray : public KSystemTray
class NewSecretsDialog : public TQDialog class NewSecretsDialog : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -44,7 +44,7 @@ class VPNService;
class VPNAuthenticationDialog : public AuthenticationDialog class VPNAuthenticationDialog : public AuthenticationDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
VPNAuthenticationDialog(TDEVPNConnection* conn = NULL, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); VPNAuthenticationDialog(TDEVPNConnection* conn = NULL, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);

@ -39,7 +39,7 @@ typedef TQValueList<VPNService*> VPNServiceList;
class VPNManager : public TQObject class VPNManager : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@
class KDE_EXPORT VPNConfigWidget : public TQWidget class KDE_EXPORT VPNConfigWidget : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
virtual ~VPNConfigWidget(); virtual ~VPNConfigWidget();
@ -53,7 +53,7 @@ class KDE_EXPORT VPNConfigWidget : public TQWidget
class KDE_EXPORT VPNAuthenticationWidget : public TQWidget class KDE_EXPORT VPNAuthenticationWidget : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
virtual ~VPNAuthenticationWidget(); virtual ~VPNAuthenticationWidget();
@ -67,7 +67,7 @@ class KDE_EXPORT VPNAuthenticationWidget : public TQWidget
class KDE_EXPORT VPNPlugin : public Plugin class KDE_EXPORT VPNPlugin : public Plugin
{ {
Q_OBJECT TQ_OBJECT
public: public:
VPNPlugin(TQObject*, const char*, const TQStringList&); VPNPlugin(TQObject*, const char*, const TQStringList&);

@ -38,7 +38,7 @@ class TDEConfigGroup;
class VPNService : public TQObject class VPNService : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -38,7 +38,7 @@ class WiredDeviceTrayPrivate;
class WiredDeviceTray : public DeviceTrayComponent class WiredDeviceTray : public DeviceTrayComponent
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@ class WirelessDeviceTrayPrivate;
class WirelessDeviceTray : public DeviceTrayComponent class WirelessDeviceTray : public DeviceTrayComponent
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@
class WirelessNetworkItem : public NetworkMenuItem, public TQCustomMenuItem class WirelessNetworkItem : public NetworkMenuItem, public TQCustomMenuItem
{ {
Q_OBJECT TQ_OBJECT
public: public:
WirelessNetworkItem (TQWidget*, TQString dev, WirelessNetwork& net, TQString conn, bool adhoc); WirelessNetworkItem (TQWidget*, TQString dev, WirelessNetwork& net, TQString conn, bool adhoc);

@ -36,7 +36,7 @@ class Device;
class TDENetworkManager : public KUniqueApplication class TDENetworkManager : public KUniqueApplication
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -31,7 +31,7 @@ class KSystemTray;
class TrayComponent : public TQObject class TrayComponent : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
TrayComponent(KSystemTray * parent, const char * name ); TrayComponent(KSystemTray * parent, const char * name );

@ -36,7 +36,7 @@
class VPNTrayComponent : public TrayComponent class VPNTrayComponent : public TrayComponent
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@
class OpenVPNPlugin : public VPNPlugin class OpenVPNPlugin : public VPNPlugin
{ {
Q_OBJECT TQ_OBJECT
public: public:
OpenVPNPlugin(TQObject*, const char*, const TQStringList&); OpenVPNPlugin(TQObject*, const char*, const TQStringList&);
@ -65,7 +65,7 @@ class OpenVPNConnectionType
class OpenVPNConfig : public VPNConfigWidget class OpenVPNConfig : public VPNConfigWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets); void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets);
@ -96,7 +96,7 @@ class OpenVPNConfig : public VPNConfigWidget
class OpenVPNAuthentication : public VPNAuthenticationWidget class OpenVPNAuthentication : public VPNAuthenticationWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
OpenVPNAuthentication(TQWidget* parent = NULL, char* name = NULL); OpenVPNAuthentication(TQWidget* parent = NULL, char* name = NULL);

@ -36,7 +36,7 @@
class PPTPPlugin : public VPNPlugin class PPTPPlugin : public VPNPlugin
{ {
Q_OBJECT TQ_OBJECT
public: public:
PPTPPlugin(TQObject*, const char*, const TQStringList&); PPTPPlugin(TQObject*, const char*, const TQStringList&);
@ -48,7 +48,7 @@ class PPTPPlugin : public VPNPlugin
class PPTPConfig : public VPNConfigWidget class PPTPConfig : public VPNConfigWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets); void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets);
@ -73,7 +73,7 @@ class PPTPConfig : public VPNConfigWidget
class PPTPAuthentication : public VPNAuthenticationWidget class PPTPAuthentication : public VPNAuthenticationWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
PPTPAuthentication(TQWidget* parent = NULL, char* name = NULL); PPTPAuthentication(TQWidget* parent = NULL, char* name = NULL);

@ -36,7 +36,7 @@
class StrongswanPlugin : public VPNPlugin class StrongswanPlugin : public VPNPlugin
{ {
Q_OBJECT TQ_OBJECT
public: public:
StrongswanPlugin(TQObject*, const char*, const TQStringList&); StrongswanPlugin(TQObject*, const char*, const TQStringList&);
@ -63,7 +63,7 @@ class StrongswanConnectionType
class StrongswanConfig : public VPNConfigWidget class StrongswanConfig : public VPNConfigWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets); void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets);
@ -88,7 +88,7 @@ class StrongswanConfig : public VPNConfigWidget
class StrongswanAuthentication : public VPNAuthenticationWidget class StrongswanAuthentication : public VPNAuthenticationWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
StrongswanAuthentication(TQWidget* parent = NULL, char* name = NULL); StrongswanAuthentication(TQWidget* parent = NULL, char* name = NULL);

@ -37,7 +37,7 @@
class VPNCPlugin : public VPNPlugin class VPNCPlugin : public VPNPlugin
{ {
Q_OBJECT TQ_OBJECT
public: public:
VPNCPlugin(TQObject*, const char*, const TQStringList&); VPNCPlugin(TQObject*, const char*, const TQStringList&);
@ -49,7 +49,7 @@ class VPNCPlugin : public VPNPlugin
class VPNCConfig : public VPNConfigWidget class VPNCConfig : public VPNConfigWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets); void setVPNData(TDENetworkSingleRouteConfigurationList& routes, TDENetworkSettingsMap& properties, TDENetworkSettingsMap& secrets);
@ -78,7 +78,7 @@ class VPNCConfig : public VPNConfigWidget
class VPNCAuthentication : public VPNAuthenticationWidget class VPNCAuthentication : public VPNAuthenticationWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
VPNCAuthentication(TQWidget* parent = NULL, char* name = NULL); VPNCAuthentication(TQWidget* parent = NULL, char* name = NULL);

Loading…
Cancel
Save