diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 17:51:37 +0900 |
commit | f3d43273fab6185fb07a20829ba537c650261a16 (patch) | |
tree | 1c587bc4e2af242a54f79334ec76e9119127addc /vcs/subversion | |
parent | 4ab396a40eb06d14b10d8a35a4ca2166a677804f (diff) | |
download | tdevelop-f3d43273fab6185fb07a20829ba537c650261a16.tar.gz tdevelop-f3d43273fab6185fb07a20829ba537c650261a16.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c40420b261ea30555cabc299829028ee345b9e5)
Diffstat (limited to 'vcs/subversion')
-rw-r--r-- | vcs/subversion/commitdlg.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/subversionintegrator.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/svnintegratordlg.h | 2 | ||||
-rw-r--r-- | vcs/subversion/kdevsvnd.h | 2 | ||||
-rw-r--r-- | vcs/subversion/kdevsvnd_widgets.h | 2 | ||||
-rw-r--r-- | vcs/subversion/subversion_core.h | 2 | ||||
-rw-r--r-- | vcs/subversion/subversion_fileinfo.h | 2 | ||||
-rw-r--r-- | vcs/subversion/subversion_part.h | 2 | ||||
-rw-r--r-- | vcs/subversion/subversion_widget.h | 2 | ||||
-rw-r--r-- | vcs/subversion/svn_blamewidget.h | 4 | ||||
-rw-r--r-- | vcs/subversion/svn_copywidget.h | 2 | ||||
-rw-r--r-- | vcs/subversion/svn_fileselectdlg_commit.h | 2 | ||||
-rw-r--r-- | vcs/subversion/svn_logviewwidget.h | 4 | ||||
-rw-r--r-- | vcs/subversion/svn_mergewidget.h | 2 | ||||
-rw-r--r-- | vcs/subversion/svn_switchwidget.h | 2 |
15 files changed, 17 insertions, 17 deletions
diff --git a/vcs/subversion/commitdlg.h b/vcs/subversion/commitdlg.h index 4636c198..f4fc320e 100644 --- a/vcs/subversion/commitdlg.h +++ b/vcs/subversion/commitdlg.h @@ -25,7 +25,7 @@ class CommitDlg : public CommitDlgBase { - Q_OBJECT + TQ_OBJECT public: CommitDlg( TQWidget* = 0 ); diff --git a/vcs/subversion/integrator/subversionintegrator.h b/vcs/subversion/integrator/subversionintegrator.h index 01c43516..b7fa9731 100644 --- a/vcs/subversion/integrator/subversionintegrator.h +++ b/vcs/subversion/integrator/subversionintegrator.h @@ -26,7 +26,7 @@ class SubversionIntegrator : public KDevVCSIntegrator { -Q_OBJECT +TQ_OBJECT public: SubversionIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); diff --git a/vcs/subversion/integrator/svnintegratordlg.h b/vcs/subversion/integrator/svnintegratordlg.h index ccf1686f..dfdb7aa6 100644 --- a/vcs/subversion/integrator/svnintegratordlg.h +++ b/vcs/subversion/integrator/svnintegratordlg.h @@ -24,7 +24,7 @@ #include <kdevvcsintegrator.h> class SvnIntegratorDlg: public SvnIntegratorDlgBase, public VCSDialog { -Q_OBJECT +TQ_OBJECT public: SvnIntegratorDlg(TQWidget *parent = 0, const char *name = 0); diff --git a/vcs/subversion/kdevsvnd.h b/vcs/subversion/kdevsvnd.h index a3a1c2f6..2066b5f3 100644 --- a/vcs/subversion/kdevsvnd.h +++ b/vcs/subversion/kdevsvnd.h @@ -28,7 +28,7 @@ class KDevSvnd : public KDEDModule { -Q_OBJECT +TQ_OBJECT // K_DCOP diff --git a/vcs/subversion/kdevsvnd_widgets.h b/vcs/subversion/kdevsvnd_widgets.h index 3967cb35..48a11372 100644 --- a/vcs/subversion/kdevsvnd_widgets.h +++ b/vcs/subversion/kdevsvnd_widgets.h @@ -18,7 +18,7 @@ #include "svnssltrustpromptbase.h" class SvnSSLTrustPrompt : public SvnSSLTrustPromptBase{ -Q_OBJECT +TQ_OBJECT public: SvnSSLTrustPrompt( TQWidget* parent=0, const char* name=0, bool modal=true, WFlags f=0 ); diff --git a/vcs/subversion/subversion_core.h b/vcs/subversion/subversion_core.h index f2f3f6da..e67f845f 100644 --- a/vcs/subversion/subversion_core.h +++ b/vcs/subversion/subversion_core.h @@ -39,7 +39,7 @@ class SvnLogViewWidget; // class subversionCore : public TQObject, public DCOPObject class subversionCore : public TQObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/vcs/subversion/subversion_fileinfo.h b/vcs/subversion/subversion_fileinfo.h index 9b322463..b41bb0b1 100644 --- a/vcs/subversion/subversion_fileinfo.h +++ b/vcs/subversion/subversion_fileinfo.h @@ -36,7 +36,7 @@ Provider for SVN file information */ class SVNFileInfoProvider : public KDevVCSFileInfoProvider, public DCOPObject/*, virtual public DCOPClient*/ { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/vcs/subversion/subversion_part.h b/vcs/subversion/subversion_part.h index 1847567d..12289623 100644 --- a/vcs/subversion/subversion_part.h +++ b/vcs/subversion/subversion_part.h @@ -38,7 +38,7 @@ class SvnInfoHolder; class subversionPart : public KDevVersionControl { - Q_OBJECT + TQ_OBJECT public: diff --git a/vcs/subversion/subversion_widget.h b/vcs/subversion/subversion_widget.h index d59f8394..a987dc84 100644 --- a/vcs/subversion/subversion_widget.h +++ b/vcs/subversion/subversion_widget.h @@ -40,7 +40,7 @@ class TQPushButton; // class subversionWidget : public SvnOutputWidgetBase class subversionWidget : public KTabWidget { - Q_OBJECT + TQ_OBJECT public: subversionWidget(subversionPart *part, TQWidget *parent, const char* name); diff --git a/vcs/subversion/svn_blamewidget.h b/vcs/subversion/svn_blamewidget.h index c0ea42af..19f14238 100644 --- a/vcs/subversion/svn_blamewidget.h +++ b/vcs/subversion/svn_blamewidget.h @@ -39,7 +39,7 @@ public: class TQListView; class SvnBlameWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SvnBlameWidget( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ); @@ -55,7 +55,7 @@ protected: }; class SvnBlameFileSelectDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: SvnBlameFileSelectDlg( TQWidget *parent = 0L ); diff --git a/vcs/subversion/svn_copywidget.h b/vcs/subversion/svn_copywidget.h index 8dd9826f..1d03fa99 100644 --- a/vcs/subversion/svn_copywidget.h +++ b/vcs/subversion/svn_copywidget.h @@ -11,7 +11,7 @@ class KURL; class SvnCopyDialog : public SvnCopyDialogBase { - Q_OBJECT + TQ_OBJECT public: SvnCopyDialog( const TQString &reqPath, SvnGlobal::SvnInfoHolder *holder, TQWidget *parent ); diff --git a/vcs/subversion/svn_fileselectdlg_commit.h b/vcs/subversion/svn_fileselectdlg_commit.h index a2cf07e7..94ed2a54 100644 --- a/vcs/subversion/svn_fileselectdlg_commit.h +++ b/vcs/subversion/svn_fileselectdlg_commit.h @@ -32,7 +32,7 @@ class subversionPart; class SVNFileSelectDlgCommit : public SvnCommitDlgBase{ -Q_OBJECT +TQ_OBJECT public: diff --git a/vcs/subversion/svn_logviewwidget.h b/vcs/subversion/svn_logviewwidget.h index acd9b1f0..c3f94bec 100644 --- a/vcs/subversion/svn_logviewwidget.h +++ b/vcs/subversion/svn_logviewwidget.h @@ -46,7 +46,7 @@ class SvnLogHolder{ }; class SvnLogViewWidget : public /*SvnLogViewWidgetBase*/ TQWidget { - Q_OBJECT + TQ_OBJECT public: SvnLogViewWidget(subversionPart *part, TQWidget *parent); @@ -73,7 +73,7 @@ private: }; class SvnLogViewOptionDlg : public SvnLogViewOptionDlgBase { - Q_OBJECT + TQ_OBJECT public: SvnLogViewOptionDlg(TQWidget *parent=0, const char* name=0, bool modal=TRUE, WFlags f=0); diff --git a/vcs/subversion/svn_mergewidget.h b/vcs/subversion/svn_mergewidget.h index 34439e58..8513beac 100644 --- a/vcs/subversion/svn_mergewidget.h +++ b/vcs/subversion/svn_mergewidget.h @@ -31,7 +31,7 @@ class KURL; class SvnMergeDialog : public SvnMergeOptionDialogBase { - Q_OBJECT + TQ_OBJECT public: SvnMergeDialog( const KURL &wcTarget, TQWidget *parent = NULL ); diff --git a/vcs/subversion/svn_switchwidget.h b/vcs/subversion/svn_switchwidget.h index 4aec67db..0d207657 100644 --- a/vcs/subversion/svn_switchwidget.h +++ b/vcs/subversion/svn_switchwidget.h @@ -10,7 +10,7 @@ namespace SvnGlobal class SvnSwitchDlg : public SvnSwitchDlgBase { - Q_OBJECT + TQ_OBJECT public: SvnSwitchDlg( const SvnGlobal::SvnInfoHolder *holder, |