Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent 416eed4956
commit 79076c3b82

@ -30,7 +30,7 @@
class AddNetworkRouteDialog : public KDialogBase class AddNetworkRouteDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
AddNetworkRouteDialog(TQWidget *parent, const TQString& caption); AddNetworkRouteDialog(TQWidget *parent, const TQString& caption);

@ -30,7 +30,7 @@
*/ */
class AdvancedSettingsDialog : public KDialogBase { class AdvancedSettingsDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
AdvancedSettingsDialog(TQWidget *parent, const TQString& caption, VpnAccountData *currentProfile, VpnAccountData::ConnectionType connectionType, KVpncConfig *GlobalConfig); AdvancedSettingsDialog(TQWidget *parent, const TQString& caption, VpnAccountData *currentProfile, VpnAccountData::ConnectionType connectionType, KVpncConfig *GlobalConfig);
~AdvancedSettingsDialog(); ~AdvancedSettingsDialog();

@ -39,7 +39,7 @@
class CiscoCertificateEnrollment : public TQWizard class CiscoCertificateEnrollment : public TQWizard
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
CiscoCertificateEnrollment ( TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig ); CiscoCertificateEnrollment ( TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig );
~CiscoCertificateEnrollment(); ~CiscoCertificateEnrollment();

@ -29,7 +29,7 @@
class ConfigConnectOptions : public ConfigConnectOptionsBase class ConfigConnectOptions : public ConfigConnectOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfigConnectOptions(TQWidget *parent); ConfigConnectOptions(TQWidget *parent);
~ConfigConnectOptions(); ~ConfigConnectOptions();

@ -27,7 +27,7 @@
class ConfigDaemonOptions : public ConfigDaemonOptionsBase class ConfigDaemonOptions : public ConfigDaemonOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfigDaemonOptions( TQWidget* parent); ConfigDaemonOptions( TQWidget* parent);

@ -30,7 +30,7 @@
class ConfigDebugOptions : public ConfigDebugOptionsBase class ConfigDebugOptions : public ConfigDebugOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfigDebugOptions(TQWidget *parent, const TQString& caption); ConfigDebugOptions(TQWidget *parent, const TQString& caption);
~ConfigDebugOptions(); ~ConfigDebugOptions();

@ -29,7 +29,7 @@
class ConfigHelperProgramOptions : public ConfigHelperProgramOptionsBase class ConfigHelperProgramOptions : public ConfigHelperProgramOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfigHelperProgramOptions(TQWidget *parent); ConfigHelperProgramOptions(TQWidget *parent);
~ConfigHelperProgramOptions(); ~ConfigHelperProgramOptions();

@ -30,7 +30,7 @@
class ConfigLogOptions : public ConfigLogOptionsBase class ConfigLogOptions : public ConfigLogOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ConfigLogOptions(TQWidget *parent); ConfigLogOptions(TQWidget *parent);
~ConfigLogOptions(); ~ConfigLogOptions();

@ -32,7 +32,7 @@ This class is used for showing log content
class DebugOutputTextEdit : public KTextBrowser class DebugOutputTextEdit : public KTextBrowser
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
DebugOutputTextEdit( TQWidget* parent=0, const char* name=0); DebugOutputTextEdit( TQWidget* parent=0, const char* name=0);

@ -25,7 +25,7 @@
class EnterUsernamePasswordDialog : public KDialogBase { class EnterUsernamePasswordDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
EnterUsernamePasswordDialog(TQWidget *parent, const TQString& caption,bool askForGrouppassword, bool askForUsername); EnterUsernamePasswordDialog(TQWidget *parent, const TQString& caption,bool askForGrouppassword, bool askForUsername);
~EnterUsernamePasswordDialog(); ~EnterUsernamePasswordDialog();

@ -25,7 +25,7 @@
class EnterXauthInteractivePasscodeDialog : public KDialogBase { class EnterXauthInteractivePasscodeDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
EnterXauthInteractivePasscodeDialog(TQWidget *parent, bool allowEmptyPassword=false); EnterXauthInteractivePasscodeDialog(TQWidget *parent, bool allowEmptyPassword=false);
~EnterXauthInteractivePasscodeDialog(); ~EnterXauthInteractivePasscodeDialog();

@ -32,7 +32,7 @@
class GenerateOpenvpnKeyDialog : public KDialogBase class GenerateOpenvpnKeyDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
GenerateOpenvpnKeyDialog(KVpncConfig *GlobalConfig,TQWidget *parent, const TQString& caption); GenerateOpenvpnKeyDialog(KVpncConfig *GlobalConfig,TQWidget *parent, const TQString& caption);

@ -32,7 +32,7 @@
*/ */
class ImportCertificateDialog : public KDialogBase { class ImportCertificateDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ImportCertificateDialog(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig); ImportCertificateDialog(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig);

@ -31,7 +31,7 @@
class ImportOpenvpnProfileDialog : public KDialogBase class ImportOpenvpnProfileDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ImportOpenvpnProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file); ImportOpenvpnProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file);
~ImportOpenvpnProfileDialog(); ~ImportOpenvpnProfileDialog();

@ -31,7 +31,7 @@
class ImportProfileDialog : public KDialogBase class ImportProfileDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ImportProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file); ImportProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file);
~ImportProfileDialog(); ~ImportProfileDialog();

@ -29,7 +29,7 @@ class TQMultiLineEdit;
class KFeedbackDialog: public KDialogBase class KFeedbackDialog: public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
@ -86,7 +86,7 @@ protected:
class KFeedbackForm: public TQVBox class KFeedbackForm: public TQVBox
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** /**
@ -176,7 +176,7 @@ protected:
class KFeedbackQuestionList: public TQListView class KFeedbackQuestionList: public TQListView
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:

@ -72,7 +72,7 @@
class KVpnc : public KMainWindow , DCOPObject class KVpnc : public KMainWindow , DCOPObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
K_DCOP K_DCOP
public: public:
/** /**

@ -28,7 +28,7 @@
class KvpncImportProfileSelectionDialog : public KvpncImportProfileSelectionBase class KvpncImportProfileSelectionDialog : public KvpncImportProfileSelectionBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KvpncImportProfileSelectionDialog(); KvpncImportProfileSelectionDialog();
~KvpncImportProfileSelectionDialog(); ~KvpncImportProfileSelectionDialog();

@ -30,7 +30,7 @@
class KVpncKicker : public KSystemTray { class KVpncKicker : public KSystemTray {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KVpncKicker( KVpncConfig *GlobalConfig,TQWidget*parent = 0, const char *name = 0 ); KVpncKicker( KVpncConfig *GlobalConfig,TQWidget*parent = 0, const char *name = 0 );
~KVpncKicker(); ~KVpncKicker();

@ -34,7 +34,7 @@
class LogViewerDialog : public KDialogBase class LogViewerDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
LogViewerDialog(TQWidget *parent,TQApplication *app, KVpncConfig *GlobalConfig, const TQString& caption, int count); LogViewerDialog(TQWidget *parent,TQApplication *app, KVpncConfig *GlobalConfig, const TQString& caption, int count);

@ -35,7 +35,7 @@
class ManageCiscoCert : public KDialogBase class ManageCiscoCert : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ManageCiscoCert(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig); ManageCiscoCert(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig);

@ -38,7 +38,7 @@ Class for interaction with network interface
class NetworkInterface : public TQObject class NetworkInterface : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** /**

@ -34,7 +34,7 @@
class NewProfileDialog : public KDialogBase class NewProfileDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
NewProfileDialog( TQApplication *app, TQWidget *parent, const TQString& caption, KVpncConfig *GlobalConfig); NewProfileDialog( TQApplication *app, TQWidget *parent, const TQString& caption, KVpncConfig *GlobalConfig);
~NewProfileDialog(); ~NewProfileDialog();

@ -72,7 +72,7 @@ Provides a wizard for creating a new profile
class NewProfileWizard : public TQWizard class NewProfileWizard : public TQWizard
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
NewProfileWizard(KVpncConfig* GlobalConfig); NewProfileWizard(KVpncConfig* GlobalConfig);

@ -33,7 +33,7 @@ class TQSocket;
*/ */
class OpenvpnManagementHandler : public TQObject { class OpenvpnManagementHandler : public TQObject {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
OpenvpnManagementHandler(TQObject *parent, KVpncConfig *GlobalConfig ); OpenvpnManagementHandler(TQObject *parent, KVpncConfig *GlobalConfig );
~OpenvpnManagementHandler(); ~OpenvpnManagementHandler();

@ -66,7 +66,7 @@
class PreferencesDialog : public KDialogBase class PreferencesDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** /**

@ -29,7 +29,7 @@
class ProfileCertOptions : public ProfileCertOptionsBase class ProfileCertOptions : public ProfileCertOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCertOptions(TQWidget *parent); ProfileCertOptions(TQWidget *parent);
~ProfileCertOptions(); ~ProfileCertOptions();

@ -29,7 +29,7 @@
class ProfileCiscoOptions : public ProfileCiscoOptionsBase class ProfileCiscoOptions : public ProfileCiscoOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCiscoOptions(TQWidget *parent); ProfileCiscoOptions(TQWidget *parent);
~ProfileCiscoOptions(); ~ProfileCiscoOptions();

@ -29,7 +29,7 @@
class ProfileCmdExecAfterConnectOptions : public ProfileCmdExecAfterConnectOptionsBase class ProfileCmdExecAfterConnectOptions : public ProfileCmdExecAfterConnectOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCmdExecAfterConnectOptions(TQWidget *parent); ProfileCmdExecAfterConnectOptions(TQWidget *parent);
~ProfileCmdExecAfterConnectOptions(); ~ProfileCmdExecAfterConnectOptions();

@ -29,7 +29,7 @@
class ProfileCmdExecAfterDisconnectOptions : public ProfileCmdExecAfterDisconnectOptionsBase class ProfileCmdExecAfterDisconnectOptions : public ProfileCmdExecAfterDisconnectOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCmdExecAfterDisconnectOptions(TQWidget *parent); ProfileCmdExecAfterDisconnectOptions(TQWidget *parent);
~ProfileCmdExecAfterDisconnectOptions(); ~ProfileCmdExecAfterDisconnectOptions();

@ -29,7 +29,7 @@
class ProfileCmdExecBeforeConnectOptions : public ProfileCmdExecBeforeConnectOptionsBase class ProfileCmdExecBeforeConnectOptions : public ProfileCmdExecBeforeConnectOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCmdExecBeforeConnectOptions(TQWidget *parent); ProfileCmdExecBeforeConnectOptions(TQWidget *parent);
~ProfileCmdExecBeforeConnectOptions(); ~ProfileCmdExecBeforeConnectOptions();

@ -29,7 +29,7 @@
class ProfileCmdExecBeforeDisconnectOptions : public ProfileCmdExecBeforeDisconnectOptionsBase class ProfileCmdExecBeforeDisconnectOptions : public ProfileCmdExecBeforeDisconnectOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileCmdExecBeforeDisconnectOptions(TQWidget *parent); ProfileCmdExecBeforeDisconnectOptions(TQWidget *parent);
~ProfileCmdExecBeforeDisconnectOptions(); ~ProfileCmdExecBeforeDisconnectOptions();

@ -30,7 +30,7 @@
class ProfileGeneralOptions : public ProfileGeneralOptionsBase class ProfileGeneralOptions : public ProfileGeneralOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig); ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig);
~ProfileGeneralOptions(); ~ProfileGeneralOptions();

@ -33,7 +33,7 @@
class ProfileIpsecOptions : public ProfileIpsecOptionsBase { class ProfileIpsecOptions : public ProfileIpsecOptionsBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileIpsecOptions(TQWidget *parent); ProfileIpsecOptions(TQWidget *parent);
~ProfileIpsecOptions(); ~ProfileIpsecOptions();

@ -29,7 +29,7 @@
class ProfileNetworkGeneralOptions : public ProfileNetworkGeneralOptionsBase class ProfileNetworkGeneralOptions : public ProfileNetworkGeneralOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileNetworkGeneralOptions(TQWidget *parent); ProfileNetworkGeneralOptions(TQWidget *parent);
~ProfileNetworkGeneralOptions(); ~ProfileNetworkGeneralOptions();

@ -29,7 +29,7 @@
class ProfileNetworkHttpProxyOptions : public ProfileNetworkHttpProxyOptionsBase class ProfileNetworkHttpProxyOptions : public ProfileNetworkHttpProxyOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileNetworkHttpProxyOptions(TQWidget *parent); ProfileNetworkHttpProxyOptions(TQWidget *parent);
~ProfileNetworkHttpProxyOptions(); ~ProfileNetworkHttpProxyOptions();

@ -29,7 +29,7 @@
class ProfileNetworkNatOptions : public ProfileNetworkNatOptionsBase class ProfileNetworkNatOptions : public ProfileNetworkNatOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileNetworkNatOptions(TQWidget *parent); ProfileNetworkNatOptions(TQWidget *parent);
~ProfileNetworkNatOptions(); ~ProfileNetworkNatOptions();

@ -31,7 +31,7 @@
class ProfileNetworkRouteOptions : public ProfileNetworkRouteOptionsBase class ProfileNetworkRouteOptions : public ProfileNetworkRouteOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileNetworkRouteOptions(TQWidget *parent); ProfileNetworkRouteOptions(TQWidget *parent);
~ProfileNetworkRouteOptions(); ~ProfileNetworkRouteOptions();

@ -28,7 +28,7 @@
class ProfileNetworkVirtualIpOptions : public ProfileNetworkVirtualIpOptionsBase class ProfileNetworkVirtualIpOptions : public ProfileNetworkVirtualIpOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileNetworkVirtualIpOptions(TQWidget *parent); ProfileNetworkVirtualIpOptions(TQWidget *parent);
~ProfileNetworkVirtualIpOptions(); ~ProfileNetworkVirtualIpOptions();

@ -29,7 +29,7 @@
class ProfileOpenvpnOptions : public ProfileOpenvpnOptionsBase class ProfileOpenvpnOptions : public ProfileOpenvpnOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileOpenvpnOptions(TQWidget *parent); ProfileOpenvpnOptions(TQWidget *parent);
~ProfileOpenvpnOptions(); ~ProfileOpenvpnOptions();

@ -29,7 +29,7 @@
class ProfilePptpOptions : public ProfilePptpOptionsBase class ProfilePptpOptions : public ProfilePptpOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfilePptpOptions(TQWidget *parent); ProfilePptpOptions(TQWidget *parent);
~ProfilePptpOptions(); ~ProfilePptpOptions();

@ -29,7 +29,7 @@
class ProfilePskOptions : public ProfilePskOptionsBase class ProfilePskOptions : public ProfilePskOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfilePskOptions(TQWidget *parent); ProfilePskOptions(TQWidget *parent);
~ProfilePskOptions(); ~ProfilePskOptions();

@ -29,7 +29,7 @@
class ProfileRacoonOptions : public ProfileRacoonOptionsBase class ProfileRacoonOptions : public ProfileRacoonOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileRacoonOptions(TQWidget *parent); ProfileRacoonOptions(TQWidget *parent);
~ProfileRacoonOptions(); ~ProfileRacoonOptions();

@ -31,7 +31,7 @@
class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileSmartcardOptions(TQWidget *parent); ProfileSmartcardOptions(TQWidget *parent);
~ProfileSmartcardOptions(); ~ProfileSmartcardOptions();

@ -29,7 +29,7 @@
class ProfileSshOptions : public ProfileSshOptionsBase class ProfileSshOptions : public ProfileSshOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileSshOptions(TQWidget *parent); ProfileSshOptions(TQWidget *parent);
~ProfileSshOptions(); ~ProfileSshOptions();

@ -29,7 +29,7 @@
class ProfileUserOptions : public ProfileUserOptionsBase class ProfileUserOptions : public ProfileUserOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileUserOptions(TQWidget *parent); ProfileUserOptions(TQWidget *parent);
~ProfileUserOptions(); ~ProfileUserOptions();

@ -29,7 +29,7 @@
class ProfileVtunOptions : public ProfileVtunOptionsBase class ProfileVtunOptions : public ProfileVtunOptionsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
ProfileVtunOptions(TQWidget *parent); ProfileVtunOptions(TQWidget *parent);
~ProfileVtunOptions(); ~ProfileVtunOptions();

@ -29,7 +29,7 @@
class ToolInfo : public TQObject class ToolInfo : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** /**
* Information about a helper program * Information about a helper program

@ -37,7 +37,7 @@ Provides various help functions.
class Utils : public TQObject class Utils : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Utils(KVpncConfig* config,TQObject *parent = 0, const char *name = 0); Utils(KVpncConfig* config,TQObject *parent = 0, const char *name = 0);

Loading…
Cancel
Save