summaryrefslogtreecommitdiffstats
path: root/vcs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:28:49 +0900
commit9c40420b261ea30555cabc299829028ee345b9e5 (patch)
tree0bec930107d651516239f2592512b2057b9f5452 /vcs
parent3f9cda007f52077d533117c4fa2441629ad9d796 (diff)
downloadtdevelop-9c40420b261ea30555cabc299829028ee345b9e5.tar.gz
tdevelop-9c40420b261ea30555cabc299829028ee345b9e5.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs')
-rw-r--r--vcs/clearcase/clearcasefileinfoprovider.h2
-rw-r--r--vcs/clearcase/clearcasepart.h2
-rw-r--r--vcs/clearcase/commentdlg.h2
-rw-r--r--vcs/clearcase/integrator/ccintegratordlg.h2
-rw-r--r--vcs/clearcase/integrator/clearcaseintegrator.h2
-rw-r--r--vcs/cvsservice/annotatedialog.h2
-rw-r--r--vcs/cvsservice/annotatepage.h2
-rw-r--r--vcs/cvsservice/annotateview.h2
-rw-r--r--vcs/cvsservice/checkoutdialog.h2
-rw-r--r--vcs/cvsservice/commitdlg.h2
-rw-r--r--vcs/cvsservice/cvsdiffpage.h2
-rw-r--r--vcs/cvsservice/cvsfileinfoprovider.h2
-rw-r--r--vcs/cvsservice/cvsform.h2
-rw-r--r--vcs/cvsservice/cvslogdialog.h2
-rw-r--r--vcs/cvsservice/cvslogpage.h2
-rw-r--r--vcs/cvsservice/cvsoptionswidget.h2
-rw-r--r--vcs/cvsservice/cvspart.h2
-rw-r--r--vcs/cvsservice/cvspartimpl.h2
-rw-r--r--vcs/cvsservice/cvsprocesswidget.h2
-rw-r--r--vcs/cvsservice/diffdialog.h2
-rw-r--r--vcs/cvsservice/diffwidget.h4
-rw-r--r--vcs/cvsservice/editorsdialog.h2
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.h2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.h2
-rw-r--r--vcs/cvsservice/releaseinputdialog.h2
-rw-r--r--vcs/cvsservice/tagdialog.h2
-rw-r--r--vcs/perforce/commitdlg.h2
-rw-r--r--vcs/perforce/integrator/perforceintegrator.h2
-rw-r--r--vcs/perforce/integrator/pfintegratordlg.h2
-rw-r--r--vcs/perforce/perforcepart.h2
-rw-r--r--vcs/subversion/commitdlg.h2
-rw-r--r--vcs/subversion/integrator/subversionintegrator.h2
-rw-r--r--vcs/subversion/integrator/svnintegratordlg.h2
-rw-r--r--vcs/subversion/kdevsvnd.h2
-rw-r--r--vcs/subversion/kdevsvnd_widgets.h2
-rw-r--r--vcs/subversion/subversion_core.h2
-rw-r--r--vcs/subversion/subversion_fileinfo.h2
-rw-r--r--vcs/subversion/subversion_part.h2
-rw-r--r--vcs/subversion/subversion_widget.h2
-rw-r--r--vcs/subversion/svn_blamewidget.h4
-rw-r--r--vcs/subversion/svn_copywidget.h2
-rw-r--r--vcs/subversion/svn_fileselectdlg_commit.h2
-rw-r--r--vcs/subversion/svn_logviewwidget.h4
-rw-r--r--vcs/subversion/svn_mergewidget.h2
-rw-r--r--vcs/subversion/svn_switchwidget.h2
45 files changed, 48 insertions, 48 deletions
diff --git a/vcs/clearcase/clearcasefileinfoprovider.h b/vcs/clearcase/clearcasefileinfoprovider.h
index 0f6f7d06..848f7704 100644
--- a/vcs/clearcase/clearcasefileinfoprovider.h
+++ b/vcs/clearcase/clearcasefileinfoprovider.h
@@ -21,7 +21,7 @@
*/
class ClearcaseFileinfoProvider : public KDevVCSFileInfoProvider
{
- Q_OBJECT
+ TQ_OBJECT
public:
ClearcaseFileinfoProvider(ClearcasePart *parent);
diff --git a/vcs/clearcase/clearcasepart.h b/vcs/clearcase/clearcasepart.h
index be63e674..866e312c 100644
--- a/vcs/clearcase/clearcasepart.h
+++ b/vcs/clearcase/clearcasepart.h
@@ -18,7 +18,7 @@ class Context;
class TQPopupMenu;
class ClearcasePart : public KDevVersionControl {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/vcs/clearcase/commentdlg.h b/vcs/clearcase/commentdlg.h
index 0ce9d5ce..1967dfb8 100644
--- a/vcs/clearcase/commentdlg.h
+++ b/vcs/clearcase/commentdlg.h
@@ -18,7 +18,7 @@
class CcaseCommentDlg : public TQDialog
{
-Q_OBJECT
+TQ_OBJECT
public:
CcaseCommentDlg(bool = FALSE);
diff --git a/vcs/clearcase/integrator/ccintegratordlg.h b/vcs/clearcase/integrator/ccintegratordlg.h
index f427b2b3..3242d5d4 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.h
+++ b/vcs/clearcase/integrator/ccintegratordlg.h
@@ -24,7 +24,7 @@
#include <kdevvcsintegrator.h>
class CCIntegratorDlg: public CCIntegratorDlgBase, public VCSDialog {
-Q_OBJECT
+TQ_OBJECT
public:
CCIntegratorDlg(TQWidget *parent = 0, const char *name = 0);
diff --git a/vcs/clearcase/integrator/clearcaseintegrator.h b/vcs/clearcase/integrator/clearcaseintegrator.h
index 3859c1f9..ea8616a6 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.h
+++ b/vcs/clearcase/integrator/clearcaseintegrator.h
@@ -26,7 +26,7 @@
class ClearcaseIntegrator : public KDevVCSIntegrator
{
-Q_OBJECT
+TQ_OBJECT
public:
ClearcaseIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList());
diff --git a/vcs/cvsservice/annotatedialog.h b/vcs/cvsservice/annotatedialog.h
index 67218dea..4d6b7f18 100644
--- a/vcs/cvsservice/annotatedialog.h
+++ b/vcs/cvsservice/annotatedialog.h
@@ -29,7 +29,7 @@ class AnnotatePage;
*/
class AnnotateDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
AnnotateDialog( CvsService_stub *cvsService, TQWidget *parent=0, const char *name=0, int flags=0 );
diff --git a/vcs/cvsservice/annotatepage.h b/vcs/cvsservice/annotatepage.h
index 569ed935..932587f9 100644
--- a/vcs/cvsservice/annotatepage.h
+++ b/vcs/cvsservice/annotatepage.h
@@ -36,7 +36,7 @@ class KPushButton;
*/
class AnnotatePage : public TQWidget, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
friend class AnnotateDialog;
diff --git a/vcs/cvsservice/annotateview.h b/vcs/cvsservice/annotateview.h
index 6bc97bf2..82741b2e 100644
--- a/vcs/cvsservice/annotateview.h
+++ b/vcs/cvsservice/annotateview.h
@@ -32,7 +32,7 @@ class AnnotatePage;
*/
class AnnotateView : public TDEListView, public TQToolTip
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/vcs/cvsservice/checkoutdialog.h b/vcs/cvsservice/checkoutdialog.h
index 51388bc5..9aef6483 100644
--- a/vcs/cvsservice/checkoutdialog.h
+++ b/vcs/cvsservice/checkoutdialog.h
@@ -29,7 +29,7 @@ class TQListViewItem;
*/
class CheckoutDialog : public KDialogBase, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
CheckoutDialog( CvsService_stub *cvsService, TQWidget *parent = 0,
diff --git a/vcs/cvsservice/commitdlg.h b/vcs/cvsservice/commitdlg.h
index c955836f..5d01ff20 100644
--- a/vcs/cvsservice/commitdlg.h
+++ b/vcs/cvsservice/commitdlg.h
@@ -23,7 +23,7 @@ class TQCheckBox;
class CommitDialog : public CommitDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CommitDialog( const TQString &changeLogfileNamePath, TQWidget *parent = 0 );
diff --git a/vcs/cvsservice/cvsdiffpage.h b/vcs/cvsservice/cvsdiffpage.h
index ec3e4f36..4adfbb9c 100644
--- a/vcs/cvsservice/cvsdiffpage.h
+++ b/vcs/cvsservice/cvsdiffpage.h
@@ -28,7 +28,7 @@ Implementation for the form displaying 'cvs diff' output.
*/
class CVSDiffPage : public TQWidget, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
CVSDiffPage( CvsService_stub *cvsService, TQWidget *parent=0, const char *name=0, int flags=0 );
diff --git a/vcs/cvsservice/cvsfileinfoprovider.h b/vcs/cvsservice/cvsfileinfoprovider.h
index 4cc9f4f2..be2ff803 100644
--- a/vcs/cvsservice/cvsfileinfoprovider.h
+++ b/vcs/cvsservice/cvsfileinfoprovider.h
@@ -30,7 +30,7 @@ Provider for CVS file information
*/
class CVSFileInfoProvider : public KDevVCSFileInfoProvider, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
CVSFileInfoProvider( CvsServicePart *parent, CvsService_stub *cvsService );
diff --git a/vcs/cvsservice/cvsform.h b/vcs/cvsservice/cvsform.h
index b8fe6acd..280565cf 100644
--- a/vcs/cvsservice/cvsform.h
+++ b/vcs/cvsservice/cvsform.h
@@ -20,7 +20,7 @@ information about setting up the cvs repository.
*/
class CvsForm : public CvsFormBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CvsForm( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
diff --git a/vcs/cvsservice/cvslogdialog.h b/vcs/cvsservice/cvslogdialog.h
index e3d3614e..6faf8f59 100644
--- a/vcs/cvsservice/cvslogdialog.h
+++ b/vcs/cvsservice/cvslogdialog.h
@@ -25,7 +25,7 @@ Implementation for the form displaying 'cvs log' output.
*/
class CVSLogDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CVSLogDialog( CvsService_stub *cvsService, TQWidget *parent=0, const char *name=0, int flags=0 );
diff --git a/vcs/cvsservice/cvslogpage.h b/vcs/cvsservice/cvslogpage.h
index badfcfd6..63c63a14 100644
--- a/vcs/cvsservice/cvslogpage.h
+++ b/vcs/cvsservice/cvslogpage.h
@@ -27,7 +27,7 @@ Implementation for the form displaying 'cvs log' output.
*/
class CVSLogPage : public TQWidget, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
CVSLogPage( CvsService_stub *cvsService, TQWidget *parent=0, const char *name=0, int flags=0 );
diff --git a/vcs/cvsservice/cvsoptionswidget.h b/vcs/cvsservice/cvsoptionswidget.h
index dd58797a..5794d22e 100644
--- a/vcs/cvsservice/cvsoptionswidget.h
+++ b/vcs/cvsservice/cvsoptionswidget.h
@@ -22,7 +22,7 @@ class TQVBoxLayout;
class CvsOptionsWidget : public CvsOptionsWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CvsOptionsWidget( TQWidget *parent, const char *name=0 );
diff --git a/vcs/cvsservice/cvspart.h b/vcs/cvsservice/cvspart.h
index e2df8ce0..99008dc8 100644
--- a/vcs/cvsservice/cvspart.h
+++ b/vcs/cvsservice/cvspart.h
@@ -36,7 +36,7 @@ class CvsServicePartImpl;
class CvsServicePart : public KDevVersionControl
{
- Q_OBJECT
+ TQ_OBJECT
friend class CvsServicePartImpl;
diff --git a/vcs/cvsservice/cvspartimpl.h b/vcs/cvsservice/cvspartimpl.h
index ade7ffe4..d64ad625 100644
--- a/vcs/cvsservice/cvspartimpl.h
+++ b/vcs/cvsservice/cvspartimpl.h
@@ -45,7 +45,7 @@ class CvsServicePartImpl : public TQObject
{
friend class CvsServicePart;
- Q_OBJECT
+ TQ_OBJECT
public:
//! Available Cvs operations
diff --git a/vcs/cvsservice/cvsprocesswidget.h b/vcs/cvsservice/cvsprocesswidget.h
index c8f9c8af..7a9337f8 100644
--- a/vcs/cvsservice/cvsprocesswidget.h
+++ b/vcs/cvsservice/cvsprocesswidget.h
@@ -26,7 +26,7 @@ class TQStyleSheetItem;
class CvsProcessWidget : public TQTextEdit, virtual public CVSServiceDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
CvsProcessWidget( CvsService_stub *service, CvsServicePart *part,
diff --git a/vcs/cvsservice/diffdialog.h b/vcs/cvsservice/diffdialog.h
index 28b0c181..b1e630f3 100644
--- a/vcs/cvsservice/diffdialog.h
+++ b/vcs/cvsservice/diffdialog.h
@@ -22,7 +22,7 @@
*/
class DiffDialog : public DiffDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
DiffDialog(const CVSEntry &entry, TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
diff --git a/vcs/cvsservice/diffwidget.h b/vcs/cvsservice/diffwidget.h
index 9142aa8a..b14f5860 100644
--- a/vcs/cvsservice/diffwidget.h
+++ b/vcs/cvsservice/diffwidget.h
@@ -31,7 +31,7 @@ namespace KParts {
// Helper class that displays a modified RMB popup menu
class KDiffTextEdit: public TQTextEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDiffTextEdit( TQWidget* parent = 0, const char* name = 0 );
@@ -60,7 +60,7 @@ private:
class DiffWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/vcs/cvsservice/editorsdialog.h b/vcs/cvsservice/editorsdialog.h
index 5bf19b65..86030c14 100644
--- a/vcs/cvsservice/editorsdialog.h
+++ b/vcs/cvsservice/editorsdialog.h
@@ -21,7 +21,7 @@ class TQStringList;
class EditorsDialog: public EditorsDialogBase, virtual public CVSServiceDCOPIface
{
-Q_OBJECT
+TQ_OBJECT
public:
EditorsDialog(CvsService_stub *cvsService, TQWidget *parent = 0, const char *name = 0);
diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.h b/vcs/cvsservice/integrator/cvsserviceintegrator.h
index ebf4224e..70b18751 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.h
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.h
@@ -25,7 +25,7 @@
#include <tqstringlist.h>
class CVSServiceIntegrator: public KDevVCSIntegrator {
-Q_OBJECT
+TQ_OBJECT
public:
CVSServiceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList());
diff --git a/vcs/cvsservice/integrator/integratordlg.h b/vcs/cvsservice/integrator/integratordlg.h
index ac6d7f9d..817fc622 100644
--- a/vcs/cvsservice/integrator/integratordlg.h
+++ b/vcs/cvsservice/integrator/integratordlg.h
@@ -26,7 +26,7 @@
class TQDomDocument;
class IntegratorDlg: public IntegratorDlgBase, public VCSDialog {
-Q_OBJECT
+TQ_OBJECT
public:
IntegratorDlg(CVSServiceIntegrator *integrator, TQWidget *parent = 0, const char *name = 0);
diff --git a/vcs/cvsservice/releaseinputdialog.h b/vcs/cvsservice/releaseinputdialog.h
index dc5597af..7e4befd2 100644
--- a/vcs/cvsservice/releaseinputdialog.h
+++ b/vcs/cvsservice/releaseinputdialog.h
@@ -20,7 +20,7 @@
*/
class ReleaseInputDialog : public ReleaseInputDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/vcs/cvsservice/tagdialog.h b/vcs/cvsservice/tagdialog.h
index d912c7ff..f20ab853 100644
--- a/vcs/cvsservice/tagdialog.h
+++ b/vcs/cvsservice/tagdialog.h
@@ -22,7 +22,7 @@
*/
class TagDialog : public TagDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagDialog( const TQString &caption, TQWidget *parent = 0, const char *name = 0 );
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h
index 7fa70404..a2dbf2fd 100644
--- a/vcs/perforce/commitdlg.h
+++ b/vcs/perforce/commitdlg.h
@@ -23,7 +23,7 @@ class TDEProcess;
class CommitDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CommitDialog( TQWidget *parent = 0, const char *name = 0 );
diff --git a/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h
index 2b82046f..4384d583 100644
--- a/vcs/perforce/integrator/perforceintegrator.h
+++ b/vcs/perforce/integrator/perforceintegrator.h
@@ -26,7 +26,7 @@
class PerforceIntegrator : public KDevVCSIntegrator
{
-Q_OBJECT
+TQ_OBJECT
public:
PerforceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList());
diff --git a/vcs/perforce/integrator/pfintegratordlg.h b/vcs/perforce/integrator/pfintegratordlg.h
index 3e7bf4de..71a48b11 100644
--- a/vcs/perforce/integrator/pfintegratordlg.h
+++ b/vcs/perforce/integrator/pfintegratordlg.h
@@ -24,7 +24,7 @@
#include <kdevvcsintegrator.h>
class PFIntegratorDlg: public PFIntegratorDlgBase, public VCSDialog {
-Q_OBJECT
+TQ_OBJECT
public:
PFIntegratorDlg(TQWidget *parent = 0, const char *name = 0);
diff --git a/vcs/perforce/perforcepart.h b/vcs/perforce/perforcepart.h
index 7c034424..6980eaab 100644
--- a/vcs/perforce/perforcepart.h
+++ b/vcs/perforce/perforcepart.h
@@ -22,7 +22,7 @@ class TDEAction;
class PerforcePart : public KDevVersionControl
{
- Q_OBJECT
+ TQ_OBJECT
public:
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,