diff --git a/KMFSysTray/details.h b/KMFSysTray/details.h index 76305db..b36afde 100644 --- a/KMFSysTray/details.h +++ b/KMFSysTray/details.h @@ -24,7 +24,7 @@ #include "details_designer.h" class Details : public DetailsDesigner { - Q_OBJECT + TQ_OBJECT public: diff --git a/KMFSysTray/kmfiptwatcher.h b/KMFSysTray/kmfiptwatcher.h index 11ce623..c732856 100644 --- a/KMFSysTray/kmfiptwatcher.h +++ b/KMFSysTray/kmfiptwatcher.h @@ -35,7 +35,7 @@ class IPTRuleOption; class KMFIPTWatcher : public TQObject { -Q_OBJECT +TQ_OBJECT public: KMFIPTWatcher(TQObject *parent = 0, const char *name = 0); diff --git a/KMFSysTray/kmfsystray.h b/KMFSysTray/kmfsystray.h index 5437298..4ffc514 100644 --- a/KMFSysTray/kmfsystray.h +++ b/KMFSysTray/kmfsystray.h @@ -41,7 +41,7 @@ class KMFIPTDoc; class KMFSysTray : public KSystemTray, public DCOPObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h index b1976ec..e9e02f0 100644 --- a/KMFSysTray/mainwidget.h +++ b/KMFSysTray/mainwidget.h @@ -28,7 +28,7 @@ class Details; class MainWidget : public MainWidgetDesigner { - Q_OBJECT + TQ_OBJECT public: diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index 786fd0f..6498338 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1001,7 +1001,7 @@ class KMFRuleEditMac; @author Christian Hubinger */ class KMFRuleOptionEditMAC : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditMAC(QObject *parent = 0, const char *name = 0); @@ -1025,7 +1025,7 @@ private: class TDEInstance; class KMFRuleOptionEditMACFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditMACFactory( QObject *parent = 0, const char *name = 0 ); virtual ~KMFRuleOptionEditMACFactory() { @@ -1200,7 +1200,7 @@ class KMFCheckInput; class KMFError; class KMFRuleEditMac : public KMyFirewallRuleEditorMac { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditMac( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/compilers/iptables/kmfiptablescompiler.h b/kmyfirewall/compilers/iptables/kmfiptablescompiler.h index 36c8783..6120017 100644 --- a/kmyfirewall/compilers/iptables/kmfiptablescompiler.h +++ b/kmyfirewall/compilers/iptables/kmfiptablescompiler.h @@ -42,7 +42,7 @@ class KMFIPTDoc; class KMFErrorHandler; class KMFIPTablesCompiler : public KMFPlugin, public virtual KMFCompilerInterface { - Q_OBJECT + TQ_OBJECT public: KMFIPTablesCompiler( TQObject* parent, const char* name ); @@ -75,7 +75,7 @@ private: class KMFIPTablesCompilerFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFIPTablesCompilerFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/compilers/pf/kmfpfcompiler.h b/kmyfirewall/compilers/pf/kmfpfcompiler.h index a1fc7c7..692bac0 100644 --- a/kmyfirewall/compilers/pf/kmfpfcompiler.h +++ b/kmyfirewall/compilers/pf/kmfpfcompiler.h @@ -44,7 +44,7 @@ class IPTChain; class KMFPFCompiler : public KMFPlugin, public virtual KMFCompilerInterface { - Q_OBJECT + TQ_OBJECT public: KMFPFCompiler( TQObject* parent, const char* name ); @@ -114,7 +114,7 @@ private slots: class KMFPFCompilerFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFPFCompilerFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/core/kmfdoc.h b/kmyfirewall/core/kmfdoc.h index 9c2a24d..1681e32 100644 --- a/kmyfirewall/core/kmfdoc.h +++ b/kmyfirewall/core/kmfdoc.h @@ -54,7 +54,7 @@ class KMFTarget; */ class KDE_EXPORT KMFDoc : public NetfilterObject { - Q_OBJECT + TQ_OBJECT public: KMFDoc( NetfilterObject* parent, const char* name ); diff --git a/kmyfirewall/core/kmfnethost.h b/kmyfirewall/core/kmfnethost.h index 4665d99..b370836 100644 --- a/kmyfirewall/core/kmfnethost.h +++ b/kmyfirewall/core/kmfnethost.h @@ -54,7 +54,7 @@ class KMFNetwork; */ class KDE_EXPORT KMFNetHost : public KMFTarget { - Q_OBJECT + TQ_OBJECT public: KMFNetHost( NetfilterObject *parent, const char* name, const TQString& Hostname, KMFNetwork* net ); diff --git a/kmyfirewall/core/kmfnetzone.h b/kmyfirewall/core/kmfnetzone.h index 5fd8757..60cf65b 100644 --- a/kmyfirewall/core/kmfnetzone.h +++ b/kmyfirewall/core/kmfnetzone.h @@ -50,7 +50,7 @@ class KMFNetwork; //############ KMFNetZone ############# class KDE_EXPORT KMFNetZone : public NetfilterObject { - Q_OBJECT + TQ_OBJECT public: KMFNetZone( NetfilterObject *parent, const char* objectname, const TQString& name ); diff --git a/kmyfirewall/core/kmfprotocolcategory.h b/kmyfirewall/core/kmfprotocolcategory.h index 536c0df..446f30d 100644 --- a/kmyfirewall/core/kmfprotocolcategory.h +++ b/kmyfirewall/core/kmfprotocolcategory.h @@ -36,7 +36,7 @@ class KMFProtocol; class KDE_EXPORT KMFProtocolCategory : public NetfilterObject { -Q_OBJECT +TQ_OBJECT public: static KMFProtocolCategory* createCategory( const TQString& name ); diff --git a/kmyfirewall/core/kmfprotocollibrary.h b/kmyfirewall/core/kmfprotocollibrary.h index 5ae1c5c..8715421 100644 --- a/kmyfirewall/core/kmfprotocollibrary.h +++ b/kmyfirewall/core/kmfprotocollibrary.h @@ -27,7 +27,7 @@ class KMFProtocolCategory; @author Christian Hubinger */ class KMFProtocolLibrary : public TQObject { -Q_OBJECT +TQ_OBJECT /** Static Stuff **/ public: diff --git a/kmyfirewall/core/kmfprotocolusage.h b/kmyfirewall/core/kmfprotocolusage.h index 09d09a2..f188238 100644 --- a/kmyfirewall/core/kmfprotocolusage.h +++ b/kmyfirewall/core/kmfprotocolusage.h @@ -35,7 +35,7 @@ namespace KMF { class KMFProtocolUsage : public NetfilterObject { friend class KMFProtocol; -Q_OBJECT +TQ_OBJECT public: diff --git a/kmyfirewall/core/kmftarget.h b/kmyfirewall/core/kmftarget.h index 9a87fba..aec1342 100644 --- a/kmyfirewall/core/kmftarget.h +++ b/kmyfirewall/core/kmftarget.h @@ -45,7 +45,7 @@ class KMFCompilerInterface; */ class KDE_EXPORT KMFTarget : public NetfilterObject { - Q_OBJECT + TQ_OBJECT public: KMFTarget( NetfilterObject *parent, const char* name, const TQString& targetName, KMFNetwork* net ); diff --git a/kmyfirewall/core/kmfundoengine.h b/kmyfirewall/core/kmfundoengine.h index fafa398..1aa556d 100644 --- a/kmyfirewall/core/kmfundoengine.h +++ b/kmyfirewall/core/kmfundoengine.h @@ -35,7 +35,7 @@ class KMFNetwork; */ class KMFUndoEngine : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KMFTransaction; diff --git a/kmyfirewall/core/kprocesswrapper.h b/kmyfirewall/core/kprocesswrapper.h index c426627..5c8f5ab 100644 --- a/kmyfirewall/core/kprocesswrapper.h +++ b/kmyfirewall/core/kprocesswrapper.h @@ -30,7 +30,7 @@ class KMFTarget; @author Christian Hubinger */ class TDEProcessWrapper : public TQObject { -Q_OBJECT +TQ_OBJECT //############# Beginn static stuff ############## diff --git a/kmyfirewall/genericinterface/kmfgenericinterface.h b/kmyfirewall/genericinterface/kmfgenericinterface.h index 10ec302..ed20b27 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface.h +++ b/kmyfirewall/genericinterface/kmfgenericinterface.h @@ -55,7 +55,7 @@ class KMFMyNetworkWidget; class NetfilterObject; class KMFGenericInterface : public KJanusWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/genericinterface/kmfgenericinterface_part.h b/kmyfirewall/genericinterface/kmfgenericinterface_part.h index 881eff7..b8ea9b8 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface_part.h +++ b/kmyfirewall/genericinterface/kmfgenericinterface_part.h @@ -29,7 +29,7 @@ class KMFMainWindow; class KMFGenericInterface; class KMFGenericInterfacePart: public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfacePart( TQWidget *parent, const char *name, TQObject *parentObject, const @@ -93,7 +93,7 @@ private: class KMFGenericInterfacePartFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfacePartFactory(); diff --git a/kmyfirewall/genericinterface/kmfgenericinterfacehost.h b/kmyfirewall/genericinterface/kmfgenericinterfacehost.h index 0dc1361..e9d86f0 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfacehost.h +++ b/kmyfirewall/genericinterface/kmfgenericinterfacehost.h @@ -52,7 +52,7 @@ class KMFListViewItem; class NetfilterObject; class KMFGenericInterfaceHost : public KMyFirewallGenericInterfaceHostWidget { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceHost( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/genericinterface/kmfgenericinterfaceicmp.h b/kmyfirewall/genericinterface/kmfgenericinterfaceicmp.h index bf15727..9f9f8a0 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfaceicmp.h +++ b/kmyfirewall/genericinterface/kmfgenericinterfaceicmp.h @@ -37,7 +37,7 @@ class KMFNetwork; class NetfilterObject; class KMFGenericInterfaceIcmp : public KMyFirewallGenericInterfaceIcmp { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceIcmp( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.h b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.h index bff3de4..d31ff3e 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.h +++ b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.h @@ -41,7 +41,7 @@ class KMFGenericDoc; class NetfilterObject; class KMFGenericInterfaceLogging : public KMyFirewallGenericInterfaceLogging { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceLogging( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/genericinterface/kmfgenericinterfacenat.h b/kmyfirewall/genericinterface/kmfgenericinterfacenat.h index 3bda362..585aad9 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfacenat.h +++ b/kmyfirewall/genericinterface/kmfgenericinterfacenat.h @@ -38,7 +38,7 @@ class KMFGenericDoc; class NetfilterObject; class KMFGenericInterfaceNat : public KMyFirewallGenericInterfaceNATWidget { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceNat( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/genericinterface/kmfgenericinterfaceprotocol.h b/kmyfirewall/genericinterface/kmfgenericinterfaceprotocol.h index 75ed28d..3dcefbd 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfaceprotocol.h +++ b/kmyfirewall/genericinterface/kmfgenericinterfaceprotocol.h @@ -61,7 +61,7 @@ class KMFProtocolPropertiesWidget; class KMFProtocolListView; class KMFGenericInterfaceProtocol : public KMyFirewallGenericInterfaceProtocolWidget { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceProtocol( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/installer/kmfinstallerplugin.h b/kmyfirewall/installer/kmfinstallerplugin.h index 895fb1f..949163c 100644 --- a/kmyfirewall/installer/kmfinstallerplugin.h +++ b/kmyfirewall/installer/kmfinstallerplugin.h @@ -44,7 +44,7 @@ class KMFTarget; * @author Christian Hubinger */ class KMFInstallerPlugin : public KMFPlugin { - Q_OBJECT + TQ_OBJECT public: /** @@ -102,7 +102,7 @@ private: }; class KMFInstallerPluginFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFInstallerPluginFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/installer/linux/kmfiptinstaller.h b/kmyfirewall/installer/linux/kmfiptinstaller.h index 48479ea..50130a1 100644 --- a/kmyfirewall/installer/linux/kmfiptinstaller.h +++ b/kmyfirewall/installer/linux/kmfiptinstaller.h @@ -46,7 +46,7 @@ class KMFErrorHandler; class KMFCompilerInterface; class KMFIPTInstaller : public KMFPlugin, public KMFInstallerInterface { - Q_OBJECT + TQ_OBJECT public: @@ -125,7 +125,7 @@ signals: class KMFIPTInstallerFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFIPTInstallerFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/installer/openbsd/kmfpfinstaller.h b/kmyfirewall/installer/openbsd/kmfpfinstaller.h index 96fb969..595dc89 100644 --- a/kmyfirewall/installer/openbsd/kmfpfinstaller.h +++ b/kmyfirewall/installer/openbsd/kmfpfinstaller.h @@ -47,7 +47,7 @@ class KMFErrorHandler; class KMFCompilerInterface; class KMFPFInstaller : public KMFPlugin, public KMFInstallerInterface { - Q_OBJECT + TQ_OBJECT public: @@ -104,7 +104,7 @@ private: class KMFPFInstallerFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFPFInstallerFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ipteditor/kmfchainedit.h b/kmyfirewall/ipteditor/kmfchainedit.h index 5d83f13..e539885 100644 --- a/kmyfirewall/ipteditor/kmfchainedit.h +++ b/kmyfirewall/ipteditor/kmfchainedit.h @@ -26,7 +26,7 @@ namespace KMF { class KMFChainEdit : public KMyFirewallChainEditor { - Q_OBJECT + TQ_OBJECT public: KMFChainEdit( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ipteditor/kmfipteditorpart.h b/kmyfirewall/ipteditor/kmfipteditorpart.h index 0b35a7f..8186e34 100644 --- a/kmyfirewall/ipteditor/kmfipteditorpart.h +++ b/kmyfirewall/ipteditor/kmfipteditorpart.h @@ -40,7 +40,7 @@ class KMFIPTDocOptions; class KMFIPTEditorPart : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: /** @@ -107,7 +107,7 @@ private: class KMFIPTEditorPartFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: KMFIPTEditorPartFactory(); diff --git a/kmyfirewall/ipteditor/kmfnewchaindlg.h b/kmyfirewall/ipteditor/kmfnewchaindlg.h index 02d31e1..78bd40f 100644 --- a/kmyfirewall/ipteditor/kmfnewchaindlg.h +++ b/kmyfirewall/ipteditor/kmfnewchaindlg.h @@ -32,7 +32,7 @@ class KMFErrorHandler; class KMFCheckInput; class KMFNewChainDlg : public KMyFirewallChainEditorNewChain { - Q_OBJECT + TQ_OBJECT public: KMFNewChainDlg( TQWidget *parent = 0, const char *name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kmyfirewall/ipteditor/kmfruleedit.h b/kmyfirewall/ipteditor/kmfruleedit.h index 2b4c585..5ed663a 100644 --- a/kmyfirewall/ipteditor/kmfruleedit.h +++ b/kmyfirewall/ipteditor/kmfruleedit.h @@ -58,7 +58,7 @@ class KMFMainWindow; class KMFMyNetworkWidget; class KMFRuleEdit : public KMyFirewallRuleEditor, public KMFRuleEditInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfconfigdialog.h b/kmyfirewall/kmfconfigdialog.h index 2fcc98c..0c8d8c2 100644 --- a/kmyfirewall/kmfconfigdialog.h +++ b/kmyfirewall/kmfconfigdialog.h @@ -42,7 +42,7 @@ class KMFNetwork; class KMFGenericInterfaceEditProtocol; class KMFConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfchecklistoutput.h b/kmyfirewall/kmfwidgets/kmfchecklistoutput.h index c36b6aa..5c3dc1b 100644 --- a/kmyfirewall/kmfwidgets/kmfchecklistoutput.h +++ b/kmyfirewall/kmfwidgets/kmfchecklistoutput.h @@ -30,7 +30,7 @@ namespace KMF { */ class KDE_EXPORT KMFCheckListOutput : public TQDialog { - Q_OBJECT + TQ_OBJECT public: KMFCheckListOutput( TQWidget *parent = 0, const char *name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfdocumentinfo.h b/kmyfirewall/kmfwidgets/kmfdocumentinfo.h index a330d24..e71cfb9 100644 --- a/kmyfirewall/kmfwidgets/kmfdocumentinfo.h +++ b/kmyfirewall/kmfwidgets/kmfdocumentinfo.h @@ -25,7 +25,7 @@ namespace KMF { class KMFDoc; class KDE_EXPORT KMFDocumentInfo : public KMyFirewallDocumentInfo { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfgenericinterfaceeditprotocol.h b/kmyfirewall/kmfwidgets/kmfgenericinterfaceeditprotocol.h index 6e6a0e4..0cd2227 100644 --- a/kmyfirewall/kmfwidgets/kmfgenericinterfaceeditprotocol.h +++ b/kmyfirewall/kmfwidgets/kmfgenericinterfaceeditprotocol.h @@ -45,7 +45,7 @@ class KMFListViewItem; class KMFProtocolCategory; class KMFGenericInterfaceEditProtocol : public KMyFirewallGenericInterfaceEditProtocolWidget { - Q_OBJECT + TQ_OBJECT public: KMFGenericInterfaceEditProtocol( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfhostwidget.h b/kmyfirewall/kmfwidgets/kmfhostwidget.h index aadb16b..57baee2 100644 --- a/kmyfirewall/kmfwidgets/kmfhostwidget.h +++ b/kmyfirewall/kmfwidgets/kmfhostwidget.h @@ -29,7 +29,7 @@ class KMFTarget; class KMFHostWidget : public KMyFirewallHostWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfinterfacewidget.h b/kmyfirewall/kmfwidgets/kmfinterfacewidget.h index 76118c9..8a1a33e 100644 --- a/kmyfirewall/kmfwidgets/kmfinterfacewidget.h +++ b/kmyfirewall/kmfwidgets/kmfinterfacewidget.h @@ -25,7 +25,7 @@ namespace KMF { class KMFTarget; class KMFInterfaceWidget : public KMyFirewallInterfaceWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfiptdocoptions.h b/kmyfirewall/kmfwidgets/kmfiptdocoptions.h index feb1e8a..a24f52f 100644 --- a/kmyfirewall/kmfwidgets/kmfiptdocoptions.h +++ b/kmyfirewall/kmfwidgets/kmfiptdocoptions.h @@ -30,7 +30,7 @@ namespace KMF { class KMFIPTDoc; class KDE_EXPORT KMFIPTDocOptions : public KMyFirewallIPTDocOptions { - Q_OBJECT + TQ_OBJECT public: KMFIPTDocOptions( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfiptdocview.h b/kmyfirewall/kmfwidgets/kmfiptdocview.h index 16cde46..604ff09 100644 --- a/kmyfirewall/kmfwidgets/kmfiptdocview.h +++ b/kmyfirewall/kmfwidgets/kmfiptdocview.h @@ -28,7 +28,7 @@ class IPTable; */ class KMFIPTDocView : public TQTabWidget { -Q_OBJECT +TQ_OBJECT public: KMFIPTDocView(TQWidget *parent = 0, const char *name = 0); diff --git a/kmyfirewall/kmfwidgets/kmfipv4addresswidget.h b/kmyfirewall/kmfwidgets/kmfipv4addresswidget.h index b9afb7a..ba1adaf 100644 --- a/kmyfirewall/kmfwidgets/kmfipv4addresswidget.h +++ b/kmyfirewall/kmfwidgets/kmfipv4addresswidget.h @@ -22,7 +22,7 @@ namespace KMF { class IPAddress; class KMFIPv4AddressWidget : public KMyFirewallIPv4AdddressWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmflistview.h b/kmyfirewall/kmfwidgets/kmflistview.h index badd9db..4acd29f 100644 --- a/kmyfirewall/kmfwidgets/kmflistview.h +++ b/kmyfirewall/kmfwidgets/kmflistview.h @@ -42,7 +42,7 @@ class KMFListViewItem; class KDE_EXPORT KMFListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: KMFListView( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfmainwindow.h b/kmyfirewall/kmfwidgets/kmfmainwindow.h index 6b822df..374c869 100644 --- a/kmyfirewall/kmfwidgets/kmfmainwindow.h +++ b/kmyfirewall/kmfwidgets/kmfmainwindow.h @@ -32,7 +32,7 @@ namespace KMF { class KDE_EXPORT KMFMainWindow : public KParts::MainWindow, virtual public KMyFirewallInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfmultiportwidget.h b/kmyfirewall/kmfwidgets/kmfmultiportwidget.h index cb58c08..47751f1 100644 --- a/kmyfirewall/kmfwidgets/kmfmultiportwidget.h +++ b/kmyfirewall/kmfwidgets/kmfmultiportwidget.h @@ -31,7 +31,7 @@ class KMFError; */ class KDE_EXPORT KMFMultiPortWidget : public KMyFirewallMultiPortWidget { - Q_OBJECT + TQ_OBJECT public: KMFMultiPortWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfmynetworkwidget.h b/kmyfirewall/kmfwidgets/kmfmynetworkwidget.h index 737fc30..d8fdb81 100644 --- a/kmyfirewall/kmfwidgets/kmfmynetworkwidget.h +++ b/kmyfirewall/kmfwidgets/kmfmynetworkwidget.h @@ -41,7 +41,7 @@ class NetfilterObject; class KMFMyNetworkWidget : public KMyFirewallMyNetworkWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfnethostpropertieswidget.h b/kmyfirewall/kmfwidgets/kmfnethostpropertieswidget.h index 11aea89..d990e4a 100644 --- a/kmyfirewall/kmfwidgets/kmfnethostpropertieswidget.h +++ b/kmyfirewall/kmfwidgets/kmfnethostpropertieswidget.h @@ -23,7 +23,7 @@ class KMFNetHost; class KMFIPv4AddressWidget; class KMFNetHostPropertiesWidget : public KMyFirewallNetHostProperties { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfnetworkwidget.h b/kmyfirewall/kmfwidgets/kmfnetworkwidget.h index 1b8db55..6f1f3de 100644 --- a/kmyfirewall/kmfwidgets/kmfnetworkwidget.h +++ b/kmyfirewall/kmfwidgets/kmfnetworkwidget.h @@ -33,7 +33,7 @@ class TQFocusEvent; namespace KMF { class KDE_EXPORT KMFNetworkWidget : public KMyFirewallNetworkWidget { - Q_OBJECT + TQ_OBJECT public: KMFNetworkWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/kmyfirewall/kmfwidgets/kmfnewdocdlg.h b/kmyfirewall/kmfwidgets/kmfnewdocdlg.h index 7a1ffbb..04ce996 100644 --- a/kmyfirewall/kmfwidgets/kmfnewdocdlg.h +++ b/kmyfirewall/kmfwidgets/kmfnewdocdlg.h @@ -28,7 +28,7 @@ class TQKeyEvent; namespace KMF { class KDE_EXPORT KMFNewDocDlg : public KMyFirewallNewDocument { - Q_OBJECT + TQ_OBJECT public: KMFNewDocDlg(TQWidget *parent=0, const char *name=0, WFlags fl = 0); diff --git a/kmyfirewall/kmfwidgets/kmfobjectinfo.h b/kmyfirewall/kmfwidgets/kmfobjectinfo.h index e117458..7b97748 100644 --- a/kmyfirewall/kmfwidgets/kmfobjectinfo.h +++ b/kmyfirewall/kmfwidgets/kmfobjectinfo.h @@ -29,7 +29,7 @@ class NetfilterObject; class KMFDoc; class KDE_EXPORT KMFObjectInfo : public KMyFirewallObjectInfo { - Q_OBJECT + TQ_OBJECT public: KMFObjectInfo(TQWidget *parent=0, const char *name=0, bool modal=false); diff --git a/kmyfirewall/kmfwidgets/kmfportwidget.h b/kmyfirewall/kmfwidgets/kmfportwidget.h index e11be40..2093698 100644 --- a/kmyfirewall/kmfwidgets/kmfportwidget.h +++ b/kmyfirewall/kmfwidgets/kmfportwidget.h @@ -28,7 +28,7 @@ namespace KMF { class KMFError; class KDE_EXPORT KMFPortWidget : public KMyFirewallPortWidget { - Q_OBJECT + TQ_OBJECT public: KMFPortWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfprocout.h b/kmyfirewall/kmfwidgets/kmfprocout.h index e71a896..543efa2 100644 --- a/kmyfirewall/kmfwidgets/kmfprocout.h +++ b/kmyfirewall/kmfwidgets/kmfprocout.h @@ -34,7 +34,7 @@ class KPushButton; class TQTextBrowser; namespace KMF { class KDE_EXPORT KMFProcOut : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KMFProcOut( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/kmfwidgets/kmfprotocollistview.h b/kmyfirewall/kmfwidgets/kmfprotocollistview.h index 51b6fc7..0b90169 100644 --- a/kmyfirewall/kmfwidgets/kmfprotocollistview.h +++ b/kmyfirewall/kmfwidgets/kmfprotocollistview.h @@ -32,7 +32,7 @@ class KMFNetZone; class KMFNetHost; class KMFProtocolListView : public KMyFirewallProtocolListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfprotocolpropertieswidget.h b/kmyfirewall/kmfwidgets/kmfprotocolpropertieswidget.h index e0f6b17..612cf50 100644 --- a/kmyfirewall/kmfwidgets/kmfprotocolpropertieswidget.h +++ b/kmyfirewall/kmfwidgets/kmfprotocolpropertieswidget.h @@ -28,7 +28,7 @@ class KMFProtocolUsage; class KMFProtocolCategory; class KMFProtocolPropertiesWidget : public KMyFirewallProtocolPropertiesWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfselectactivetarget.h b/kmyfirewall/kmfwidgets/kmfselectactivetarget.h index 74f1c14..d96edff 100644 --- a/kmyfirewall/kmfwidgets/kmfselectactivetarget.h +++ b/kmyfirewall/kmfwidgets/kmfselectactivetarget.h @@ -27,7 +27,7 @@ class KMFTarget; class KMFSelectActiveTarget : public KMyFirewallSelectActiveTarget { - Q_OBJECT + TQ_OBJECT public: static KMFTarget* selectTarget( KMFNetwork* network, const TQString& msg ); diff --git a/kmyfirewall/kmfwidgets/kmfselectinterface.h b/kmyfirewall/kmfwidgets/kmfselectinterface.h index 16ef1f0..af06a81 100644 --- a/kmyfirewall/kmfwidgets/kmfselectinterface.h +++ b/kmyfirewall/kmfwidgets/kmfselectinterface.h @@ -26,7 +26,7 @@ namespace KMF { class KDE_EXPORT KMFSelectInterface : public KMyFirewallSelectInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.h b/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.h index 85fc84f..b367e1c 100644 --- a/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.h +++ b/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.h @@ -24,7 +24,7 @@ class KMFTarget; class KMFSystemSettingsLinux : public KMyFirewallSystemSettingsLinux { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmftemplatechooser.h b/kmyfirewall/kmfwidgets/kmftemplatechooser.h index 59eb978..d8d9b00 100644 --- a/kmyfirewall/kmfwidgets/kmftemplatechooser.h +++ b/kmyfirewall/kmfwidgets/kmftemplatechooser.h @@ -29,7 +29,7 @@ class TQListBoxItem; namespace KMF { class KDE_EXPORT KMFTemplateChooser : public KMyFirewallTemplateChooser { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/kmfwidgets/kmftransactionlog.h b/kmyfirewall/kmfwidgets/kmftransactionlog.h index 1789c04..37a2545 100644 --- a/kmyfirewall/kmfwidgets/kmftransactionlog.h +++ b/kmyfirewall/kmfwidgets/kmftransactionlog.h @@ -29,7 +29,7 @@ class KMFTransaction; class KMFTransactionLog : public KMyFirewallTransactionLog { - Q_OBJECT + TQ_OBJECT public: static KMFTransactionLog* instance(); diff --git a/kmyfirewall/kmyfirewall.h b/kmyfirewall/kmyfirewall.h index c9dc221..8846083 100644 --- a/kmyfirewall/kmyfirewall.h +++ b/kmyfirewall/kmyfirewall.h @@ -66,7 +66,7 @@ class KMFTarget; /** KMyFirewall is the base class of the project */ class KMyFirewall : public KMFMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/ruleoptionplugins/custom_option/kmfruleeditcustomopt.h b/kmyfirewall/ruleoptionplugins/custom_option/kmfruleeditcustomopt.h index 8674ab9..5ef7b8c 100644 --- a/kmyfirewall/ruleoptionplugins/custom_option/kmfruleeditcustomopt.h +++ b/kmyfirewall/ruleoptionplugins/custom_option/kmfruleeditcustomopt.h @@ -28,7 +28,7 @@ namespace KMF { class IPTRule; class KMFRuleEditCustomOpt : public KMyFirewallRuleEditorCustomRule { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditCustomOpt(TQWidget *parent=0, const char *name=0); diff --git a/kmyfirewall/ruleoptionplugins/custom_option/kmfruleoptioneditcustom.h b/kmyfirewall/ruleoptionplugins/custom_option/kmfruleoptioneditcustom.h index a243d3e..5b050ca 100644 --- a/kmyfirewall/ruleoptionplugins/custom_option/kmfruleoptioneditcustom.h +++ b/kmyfirewall/ruleoptionplugins/custom_option/kmfruleoptioneditcustom.h @@ -45,7 +45,7 @@ class KMFRuleEditCustomOpt; @author Christian Hubinger */ class KMFRuleOptionEditCustom : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditCustom(TQObject *parent = 0, const char *name = 0, const TQStringList& = TQString()); @@ -68,7 +68,7 @@ private: class KMFRuleOptionEditCustomFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditCustomFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.h b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.h index 1e68612..67d822c 100644 --- a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.h +++ b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.h @@ -30,7 +30,7 @@ namespace KMF { class IPTRule; class KMFRuleEditorInterface : public KMyFirewallRuleEditorInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorInterface( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleoptioneditinterface.h b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleoptioneditinterface.h index 9ae5535..dbffea9 100644 --- a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleoptioneditinterface.h +++ b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleoptioneditinterface.h @@ -29,7 +29,7 @@ class KMFRuleEditorInterface; @author Christian Hubinger */ class KMFRuleOptionEditorInterface : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditorInterface(TQObject *parent = 0, const char *name = 0); @@ -52,7 +52,7 @@ private: class KMFRuleOptionEditorInterfaceFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditorInterfaceFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/ip_option/kmfruleeditip.h b/kmyfirewall/ruleoptionplugins/ip_option/kmfruleeditip.h index 4a38c31..ee1dc26 100644 --- a/kmyfirewall/ruleoptionplugins/ip_option/kmfruleeditip.h +++ b/kmyfirewall/ruleoptionplugins/ip_option/kmfruleeditip.h @@ -25,7 +25,7 @@ class KMFErrorHandler; class KMFCheckInput; class KMFError; class KMFRuleEditIP : public KMyFirewallRuleEditorIP /*, virtual public KMFRuleOptionEditInterface */{ - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/ruleoptionplugins/ip_option/kmfruleoptioneditip.h b/kmyfirewall/ruleoptionplugins/ip_option/kmfruleoptioneditip.h index 547254a..26ccba3 100644 --- a/kmyfirewall/ruleoptionplugins/ip_option/kmfruleoptioneditip.h +++ b/kmyfirewall/ruleoptionplugins/ip_option/kmfruleoptioneditip.h @@ -39,7 +39,7 @@ class KMFRuleEditIP; @author Christian Hubinger */ class KMFRuleOptionEditIP : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditIP(TQObject *parent = 0, const char *name = 0); @@ -62,7 +62,7 @@ private: class KMFRuleOptionEditIPFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditIPFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/limit_option/kmfruleeditorlimit.h b/kmyfirewall/ruleoptionplugins/limit_option/kmfruleeditorlimit.h index 4952577..3fa3fe2 100644 --- a/kmyfirewall/ruleoptionplugins/limit_option/kmfruleeditorlimit.h +++ b/kmyfirewall/ruleoptionplugins/limit_option/kmfruleeditorlimit.h @@ -26,7 +26,7 @@ class IPTRule; class KMFRuleEditorLimit : public KMyFirewallRuleEditorLimit { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorLimit( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/limit_option/kmfruleoptioneditlimit.h b/kmyfirewall/ruleoptionplugins/limit_option/kmfruleoptioneditlimit.h index c75571c..a99d220 100644 --- a/kmyfirewall/ruleoptionplugins/limit_option/kmfruleoptioneditlimit.h +++ b/kmyfirewall/ruleoptionplugins/limit_option/kmfruleoptioneditlimit.h @@ -39,7 +39,7 @@ class KMFRuleEditorLimit; @author Christian Hubinger */ class KMFRuleOptionEditLimit : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditLimit(TQObject *parent = 0, const char *name = 0); @@ -62,7 +62,7 @@ private: class KMFRuleOptionEditLimitFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditLimitFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruleedittargetlog.h b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruleedittargetlog.h index 6aa5e98..a0a56cc 100644 --- a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruleedittargetlog.h +++ b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruleedittargetlog.h @@ -26,7 +26,7 @@ class IPTRule; */ class KMFRuleEditTargetLog : public KMyFirewallRuleEditorTargetLog { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditTargetLog( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.h b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.h index a4395be..d815aca 100644 --- a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.h +++ b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.h @@ -27,7 +27,7 @@ class KMFRuleEditTargetLog; @author Christian Hubinger */ class KMFRuleTargetOptionEditLog : public KMFRuleTargetOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditLog(TQObject *parent = 0, const char *name = 0); @@ -51,7 +51,7 @@ private: class KMFRuleTargetOptionEditLogFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditLogFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/mac_option/kmfruleeditmac.h b/kmyfirewall/ruleoptionplugins/mac_option/kmfruleeditmac.h index a2ea570..e0ccaae 100644 --- a/kmyfirewall/ruleoptionplugins/mac_option/kmfruleeditmac.h +++ b/kmyfirewall/ruleoptionplugins/mac_option/kmfruleeditmac.h @@ -27,7 +27,7 @@ class KMFCheckInput; class KMFError; class KMFRuleEditMac : public KMyFirewallRuleEditorMac { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmyfirewall/ruleoptionplugins/mac_option/kmfruleoptioneditmac.h b/kmyfirewall/ruleoptionplugins/mac_option/kmfruleoptioneditmac.h index e077b04..1f331ff 100644 --- a/kmyfirewall/ruleoptionplugins/mac_option/kmfruleoptioneditmac.h +++ b/kmyfirewall/ruleoptionplugins/mac_option/kmfruleoptioneditmac.h @@ -43,7 +43,7 @@ class KMFRuleEditMac; @author Christian Hubinger */ class KMFRuleOptionEditMAC : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditMAC(TQObject *parent = 0, const char *name = 0); @@ -66,7 +66,7 @@ private: class KMFRuleOptionEditMACFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditMACFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruleedittargetmark.h b/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruleedittargetmark.h index 6a38138..ecd871d 100644 --- a/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruleedittargetmark.h +++ b/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruleedittargetmark.h @@ -28,7 +28,7 @@ class IPTRule; class KMFRuleEditTargetMark : public KMyFirewallRuleEditorTargetMark { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditTargetMark( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruletargetoptioneditmark.h b/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruletargetoptioneditmark.h index e7c381e..46dac19 100644 --- a/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruletargetoptioneditmark.h +++ b/kmyfirewall/ruleoptionplugins/mark_target_option/kmfruletargetoptioneditmark.h @@ -29,7 +29,7 @@ class KMFRuleEditTargetMark; @author Christian Hubinger */ class KMFRuleTargetOptionEditMark : public KMFRuleTargetOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditMark(TQObject *parent = 0, const char *name = 0); @@ -54,7 +54,7 @@ private: class KMFRuleTargetOptionEditMarkFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditMarkFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruleeditortargetnat.h b/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruleeditortargetnat.h index 546cc37..65bfb39 100644 --- a/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruleeditortargetnat.h +++ b/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruleeditortargetnat.h @@ -30,7 +30,7 @@ class KMFErrorHandler; class KMFError; class KMFRuleEditorTargetNat : public KMyFirewallRuleEditorTargetNat { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorTargetNat( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruletargetoptioneditnat.h b/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruletargetoptioneditnat.h index 207ee8e..998ece4 100644 --- a/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruletargetoptioneditnat.h +++ b/kmyfirewall/ruleoptionplugins/nat_target_option/kmfruletargetoptioneditnat.h @@ -39,7 +39,7 @@ class KMFRuleEditorTargetNat; @author Christian Hubinger */ class KMFRuleTargetOptionEditNat : public KMFRuleTargetOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditNat(TQObject *parent = 0, const char *name = 0); @@ -63,7 +63,7 @@ private: class KMFRuleTargetOptionEditNatFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditNatFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleeditorprotocol.h b/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleeditorprotocol.h index a91ca88..d9611e8 100644 --- a/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleeditorprotocol.h +++ b/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleeditorprotocol.h @@ -32,7 +32,7 @@ class IPTRule; class KMFRuleEditorProtocol : public KMyFirewallRuleEditorProtocol { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorProtocol( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleoptioneditprotocol.h b/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleoptioneditprotocol.h index 7c64d58..2366286 100644 --- a/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleoptioneditprotocol.h +++ b/kmyfirewall/ruleoptionplugins/protocol_option/kmfruleoptioneditprotocol.h @@ -41,7 +41,7 @@ class KMFRuleEditorProtocol; @author Christian Hubinger */ class KMFRuleOptionEditProtocol : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditProtocol(TQObject *parent = 0, const char *name = 0); @@ -64,7 +64,7 @@ private: class KMFRuleOptionEditProtocolFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditProtocolFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.h b/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.h index 01303a8..1394577 100644 --- a/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.h +++ b/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.h @@ -25,7 +25,7 @@ class IPTRule; */ class KMFRuleEditorState : public KMyFirewallRuleEditorState { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorState( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/state_option/kmfruleoptioneditstate.h b/kmyfirewall/ruleoptionplugins/state_option/kmfruleoptioneditstate.h index 4a4fc04..e8d83d3 100644 --- a/kmyfirewall/ruleoptionplugins/state_option/kmfruleoptioneditstate.h +++ b/kmyfirewall/ruleoptionplugins/state_option/kmfruleoptioneditstate.h @@ -39,7 +39,7 @@ class KMFRuleEditorState; @author Christian Hubinger */ class KMFRuleOptionEditState : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditState(TQObject *parent = 0, const char *name = 0); @@ -62,7 +62,7 @@ private: class KMFRuleOptionEditStateFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditStateFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.h b/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.h index fa61034..6d31f5c 100644 --- a/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.h +++ b/kmyfirewall/ruleoptionplugins/tos_option/kmfruleeditortos.h @@ -28,7 +28,7 @@ class IPTRule; */ class KMFRuleEditorTos : public KMyFirewallRuleEditorTos { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorTos( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/tos_option/kmfruleoptionedittos.h b/kmyfirewall/ruleoptionplugins/tos_option/kmfruleoptionedittos.h index a513062..4de3d33 100644 --- a/kmyfirewall/ruleoptionplugins/tos_option/kmfruleoptionedittos.h +++ b/kmyfirewall/ruleoptionplugins/tos_option/kmfruleoptionedittos.h @@ -39,7 +39,7 @@ class KMFRuleEditorTos; @author Christian Hubinger */ class KMFRuleOptionEditTos : public KMFRuleOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditTos(TQObject *parent = 0, const char *name = 0); @@ -62,7 +62,7 @@ private: class KMFRuleOptionEditTosFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleOptionEditTosFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.h b/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.h index fa61034..6d31f5c 100644 --- a/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.h +++ b/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruleeditortos.h @@ -28,7 +28,7 @@ class IPTRule; */ class KMFRuleEditorTos : public KMyFirewallRuleEditorTos { - Q_OBJECT + TQ_OBJECT public: KMFRuleEditorTos( TQWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); diff --git a/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruletargetoptionedittos.h b/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruletargetoptionedittos.h index c4b3551..48eaa5e 100644 --- a/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruletargetoptionedittos.h +++ b/kmyfirewall/ruleoptionplugins/tos_target_option/kmfruletargetoptionedittos.h @@ -27,7 +27,7 @@ class KMFRuleEditorTos; @author Christian Hubinger */ class KMFRuleTargetOptionEditTos : public KMFRuleTargetOptionEditInterface { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditTos(TQObject *parent = 0, const char *name = 0); @@ -51,7 +51,7 @@ private: class KMFRuleTargetOptionEditTosFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFRuleTargetOptionEditTosFactory( TQObject *parent = 0, const char *name = 0 );