Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6f41d5d897)
r14.1.x
Michele Calgaro 10 months ago
parent 1bdf9a28d0
commit 918444d107
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

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

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

@ -26,7 +26,7 @@
class ConfigDaemonOptions : public ConfigDaemonOptionsBase
{
Q_OBJECT
TQ_OBJECT
public:

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

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

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

@ -31,7 +31,7 @@ This class is used for showing log content
*/
class DebugOutputTextEdit : public KTextBrowser
{
Q_OBJECT
TQ_OBJECT
public:

@ -24,7 +24,7 @@
#include <kdialogbase.h>
class EnterUsernamePasswordDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
EnterUsernamePasswordDialog(TQWidget *parent, const TQString& caption,bool askForGrouppassword, bool askForUsername);

@ -24,7 +24,7 @@
#include <kdialogbase.h>
class EnterXauthInteractivePasscodeDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
EnterXauthInteractivePasscodeDialog(TQWidget *parent, bool allowEmptyPassword=false);

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

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

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

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

@ -28,7 +28,7 @@ class TQMultiLineEdit;
**/
class KFeedbackDialog: public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
@ -85,7 +85,7 @@ protected:
**/
class KFeedbackForm: public TQVBox
{
Q_OBJECT
TQ_OBJECT
public:
@ -175,7 +175,7 @@ protected:
**/
class KFeedbackQuestionList: public TQListView
{
Q_OBJECT
TQ_OBJECT
public:

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

@ -27,7 +27,7 @@
*/
class KvpncImportProfileSelectionDialog : public KvpncImportProfileSelectionBase
{
Q_OBJECT
TQ_OBJECT
public:
KvpncImportProfileSelectionDialog();

@ -29,7 +29,7 @@
#include "kvpncconfig.h"
class KVpncKicker : public KSystemTray {
Q_OBJECT
TQ_OBJECT
public:
KVpncKicker( KVpncConfig *GlobalConfig,TQWidget*parent = 0, const char *name = 0 );

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

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

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

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

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

@ -32,7 +32,7 @@ class TQSocket;
@author Christoph Thielecke <crissi99@gmx.de>
*/
class OpenvpnManagementHandler : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
OpenvpnManagementHandler(TQObject *parent, KVpncConfig *GlobalConfig );

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -28,7 +28,7 @@
class ToolInfo : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -36,7 +36,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