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
{
Q_OBJECT
TQ_OBJECT
public:
AddNetworkRouteDialog(TQWidget *parent, const TQString& caption);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save