@ -30,7 +30,7 @@
class AddNetworkRouteDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
AddNetworkRouteDialog(TQWidget *parent, const TQString& caption);
*/
class AdvancedSettingsDialog : public KDialogBase {
AdvancedSettingsDialog(TQWidget *parent, const TQString& caption, VpnAccountData *currentProfile, VpnAccountData::ConnectionType connectionType, KVpncConfig *GlobalConfig);
~AdvancedSettingsDialog();
@ -39,7 +39,7 @@
class CiscoCertificateEnrollment : public TQWizard
CiscoCertificateEnrollment ( TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig );
~CiscoCertificateEnrollment();
@ -29,7 +29,7 @@
class ConfigConnectOptions : public ConfigConnectOptionsBase
ConfigConnectOptions(TQWidget *parent);
~ConfigConnectOptions();
@ -27,7 +27,7 @@
class ConfigDaemonOptions : public ConfigDaemonOptionsBase
ConfigDaemonOptions( TQWidget* parent);
class ConfigDebugOptions : public ConfigDebugOptionsBase
ConfigDebugOptions(TQWidget *parent, const TQString& caption);
~ConfigDebugOptions();
class ConfigHelperProgramOptions : public ConfigHelperProgramOptionsBase
ConfigHelperProgramOptions(TQWidget *parent);
~ConfigHelperProgramOptions();
class ConfigLogOptions : public ConfigLogOptionsBase
ConfigLogOptions(TQWidget *parent);
~ConfigLogOptions();
@ -32,7 +32,7 @@ This class is used for showing log content
class DebugOutputTextEdit : public KTextBrowser
DebugOutputTextEdit( TQWidget* parent=0, const char* name=0);
@ -25,7 +25,7 @@
class EnterUsernamePasswordDialog : public KDialogBase {
EnterUsernamePasswordDialog(TQWidget *parent, const TQString& caption,bool askForGrouppassword, bool askForUsername);
~EnterUsernamePasswordDialog();
class EnterXauthInteractivePasscodeDialog : public KDialogBase {
EnterXauthInteractivePasscodeDialog(TQWidget *parent, bool allowEmptyPassword=false);
~EnterXauthInteractivePasscodeDialog();
@ -32,7 +32,7 @@
class GenerateOpenvpnKeyDialog : public KDialogBase
GenerateOpenvpnKeyDialog(KVpncConfig *GlobalConfig,TQWidget *parent, const TQString& caption);
class ImportCertificateDialog : public KDialogBase {
ImportCertificateDialog(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig);
@ -31,7 +31,7 @@
class ImportOpenvpnProfileDialog : public KDialogBase
ImportOpenvpnProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file);
~ImportOpenvpnProfileDialog();
class ImportProfileDialog : public KDialogBase
ImportProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file);
~ImportProfileDialog();
@ -29,7 +29,7 @@ class TQMultiLineEdit;
class KFeedbackDialog: public KDialogBase
@ -86,7 +86,7 @@ protected:
class KFeedbackForm: public TQVBox
/**
@ -176,7 +176,7 @@ protected:
class KFeedbackQuestionList: public TQListView
@ -72,7 +72,7 @@
class KVpnc : public KMainWindow , DCOPObject
K_DCOP
@ -28,7 +28,7 @@
class KvpncImportProfileSelectionDialog : public KvpncImportProfileSelectionBase
KvpncImportProfileSelectionDialog();
~KvpncImportProfileSelectionDialog();
class KVpncKicker : public KSystemTray {
KVpncKicker( KVpncConfig *GlobalConfig,TQWidget*parent = 0, const char *name = 0 );
~KVpncKicker();
@ -34,7 +34,7 @@
class LogViewerDialog : public KDialogBase
LogViewerDialog(TQWidget *parent,TQApplication *app, KVpncConfig *GlobalConfig, const TQString& caption, int count);
@ -35,7 +35,7 @@
class ManageCiscoCert : public KDialogBase
ManageCiscoCert(TQWidget *parent, const char* caption, KVpncConfig *GlobalConfig);
@ -38,7 +38,7 @@ Class for interaction with network interface
class NetworkInterface : public TQObject
class NewProfileDialog : public KDialogBase
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
NewProfileWizard(KVpncConfig* GlobalConfig);
@ -33,7 +33,7 @@ class TQSocket;
class OpenvpnManagementHandler : public TQObject {
OpenvpnManagementHandler(TQObject *parent, KVpncConfig *GlobalConfig );
~OpenvpnManagementHandler();
@ -66,7 +66,7 @@
class PreferencesDialog : public KDialogBase
class ProfileCertOptions : public ProfileCertOptionsBase
ProfileCertOptions(TQWidget *parent);
~ProfileCertOptions();
class ProfileCiscoOptions : public ProfileCiscoOptionsBase
ProfileCiscoOptions(TQWidget *parent);
~ProfileCiscoOptions();
class ProfileCmdExecAfterConnectOptions : public ProfileCmdExecAfterConnectOptionsBase
ProfileCmdExecAfterConnectOptions(TQWidget *parent);
~ProfileCmdExecAfterConnectOptions();
class ProfileCmdExecAfterDisconnectOptions : public ProfileCmdExecAfterDisconnectOptionsBase
ProfileCmdExecAfterDisconnectOptions(TQWidget *parent);
~ProfileCmdExecAfterDisconnectOptions();
class ProfileCmdExecBeforeConnectOptions : public ProfileCmdExecBeforeConnectOptionsBase
ProfileCmdExecBeforeConnectOptions(TQWidget *parent);
~ProfileCmdExecBeforeConnectOptions();
class ProfileCmdExecBeforeDisconnectOptions : public ProfileCmdExecBeforeDisconnectOptionsBase
ProfileCmdExecBeforeDisconnectOptions(TQWidget *parent);
~ProfileCmdExecBeforeDisconnectOptions();
class ProfileGeneralOptions : public ProfileGeneralOptionsBase
ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig);
~ProfileGeneralOptions();
@ -33,7 +33,7 @@
class ProfileIpsecOptions : public ProfileIpsecOptionsBase {
ProfileIpsecOptions(TQWidget *parent);
~ProfileIpsecOptions();
class ProfileNetworkGeneralOptions : public ProfileNetworkGeneralOptionsBase
ProfileNetworkGeneralOptions(TQWidget *parent);
~ProfileNetworkGeneralOptions();
class ProfileNetworkHttpProxyOptions : public ProfileNetworkHttpProxyOptionsBase
ProfileNetworkHttpProxyOptions(TQWidget *parent);
~ProfileNetworkHttpProxyOptions();
class ProfileNetworkNatOptions : public ProfileNetworkNatOptionsBase
ProfileNetworkNatOptions(TQWidget *parent);
~ProfileNetworkNatOptions();
class ProfileNetworkRouteOptions : public ProfileNetworkRouteOptionsBase
ProfileNetworkRouteOptions(TQWidget *parent);
~ProfileNetworkRouteOptions();
class ProfileNetworkVirtualIpOptions : public ProfileNetworkVirtualIpOptionsBase
ProfileNetworkVirtualIpOptions(TQWidget *parent);
~ProfileNetworkVirtualIpOptions();
class ProfileOpenvpnOptions : public ProfileOpenvpnOptionsBase
ProfileOpenvpnOptions(TQWidget *parent);
~ProfileOpenvpnOptions();
class ProfilePptpOptions : public ProfilePptpOptionsBase
ProfilePptpOptions(TQWidget *parent);
~ProfilePptpOptions();
class ProfilePskOptions : public ProfilePskOptionsBase
ProfilePskOptions(TQWidget *parent);
~ProfilePskOptions();
class ProfileRacoonOptions : public ProfileRacoonOptionsBase
ProfileRacoonOptions(TQWidget *parent);
~ProfileRacoonOptions();
class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase
ProfileSmartcardOptions(TQWidget *parent);
~ProfileSmartcardOptions();
class ProfileSshOptions : public ProfileSshOptionsBase
ProfileSshOptions(TQWidget *parent);
~ProfileSshOptions();
class ProfileUserOptions : public ProfileUserOptionsBase
ProfileUserOptions(TQWidget *parent);
~ProfileUserOptions();
class ProfileVtunOptions : public ProfileVtunOptionsBase
ProfileVtunOptions(TQWidget *parent);
~ProfileVtunOptions();
class ToolInfo : public TQObject
* Information about a helper program
@ -37,7 +37,7 @@ Provides various help functions.
class Utils : public TQObject
Utils(KVpncConfig* config,TQObject *parent = 0, const char *name = 0);