diff options
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r-- | vcs/cvsservice/annotatedialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/annotatepage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/annotateview.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/checkoutdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/commitdlg.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsdiffpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsfileinfoprovider.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsform.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsoptionswidget.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvspart.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvspartimpl.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsprocesswidget.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/diffdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/diffwidget.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/editorsdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/integrator/cvsserviceintegrator.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/integrator/integratordlg.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/releaseinputdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/tagdialog.h | 2 |
21 files changed, 22 insertions, 22 deletions
diff --git a/vcs/cvsservice/annotatedialog.h b/vcs/cvsservice/annotatedialog.h index b0229b9c..67218dea 100644 --- a/vcs/cvsservice/annotatedialog.h +++ b/vcs/cvsservice/annotatedialog.h @@ -30,7 +30,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 ); virtual ~AnnotateDialog(); diff --git a/vcs/cvsservice/annotatepage.h b/vcs/cvsservice/annotatepage.h index ef2c2faa..569ed935 100644 --- a/vcs/cvsservice/annotatepage.h +++ b/vcs/cvsservice/annotatepage.h @@ -37,7 +37,7 @@ class KPushButton; class AnnotatePage : public TQWidget, virtual public CVSServiceDCOPIface { Q_OBJECT - TQ_OBJECT + friend class AnnotateDialog; friend class AnnotateView; diff --git a/vcs/cvsservice/annotateview.h b/vcs/cvsservice/annotateview.h index 7586616e..868cf47f 100644 --- a/vcs/cvsservice/annotateview.h +++ b/vcs/cvsservice/annotateview.h @@ -33,7 +33,7 @@ class AnnotatePage; class AnnotateView : public KListView, public TQToolTip { Q_OBJECT - TQ_OBJECT + public: diff --git a/vcs/cvsservice/checkoutdialog.h b/vcs/cvsservice/checkoutdialog.h index 5d15b09b..51388bc5 100644 --- a/vcs/cvsservice/checkoutdialog.h +++ b/vcs/cvsservice/checkoutdialog.h @@ -30,7 +30,7 @@ class TQListViewItem; class CheckoutDialog : public KDialogBase, virtual public CVSServiceDCOPIface { Q_OBJECT - TQ_OBJECT + public: CheckoutDialog( CvsService_stub *cvsService, TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/vcs/cvsservice/commitdlg.h b/vcs/cvsservice/commitdlg.h index c9146147..02ae61bc 100644 --- a/vcs/cvsservice/commitdlg.h +++ b/vcs/cvsservice/commitdlg.h @@ -24,7 +24,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 3b310faa..1c828d90 100644 --- a/vcs/cvsservice/cvsdiffpage.h +++ b/vcs/cvsservice/cvsdiffpage.h @@ -29,7 +29,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 ); virtual ~CVSDiffPage(); diff --git a/vcs/cvsservice/cvsfileinfoprovider.h b/vcs/cvsservice/cvsfileinfoprovider.h index 0a3d8887..8bc3a6fe 100644 --- a/vcs/cvsservice/cvsfileinfoprovider.h +++ b/vcs/cvsservice/cvsfileinfoprovider.h @@ -31,7 +31,7 @@ Provider for CVS file information class CVSFileInfoProvider : public KDevVCSFileInfoProvider, virtual public CVSServiceDCOPIface { Q_OBJECT - TQ_OBJECT + public: CVSFileInfoProvider( CvsServicePart *parent, CvsService_stub *cvsService ); virtual ~CVSFileInfoProvider(); diff --git a/vcs/cvsservice/cvsform.h b/vcs/cvsservice/cvsform.h index 7973eb0e..b8fe6acd 100644 --- a/vcs/cvsservice/cvsform.h +++ b/vcs/cvsservice/cvsform.h @@ -21,7 +21,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 ); virtual ~CvsForm(); diff --git a/vcs/cvsservice/cvslogdialog.h b/vcs/cvsservice/cvslogdialog.h index 0344d9d8..d5992cdb 100644 --- a/vcs/cvsservice/cvslogdialog.h +++ b/vcs/cvsservice/cvslogdialog.h @@ -26,7 +26,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 ); virtual ~CVSLogDialog(); diff --git a/vcs/cvsservice/cvslogpage.h b/vcs/cvsservice/cvslogpage.h index 1e21a18a..81db2fe5 100644 --- a/vcs/cvsservice/cvslogpage.h +++ b/vcs/cvsservice/cvslogpage.h @@ -28,7 +28,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 ); virtual ~CVSLogPage(); diff --git a/vcs/cvsservice/cvsoptionswidget.h b/vcs/cvsservice/cvsoptionswidget.h index 6b4d94f9..dd58797a 100644 --- a/vcs/cvsservice/cvsoptionswidget.h +++ b/vcs/cvsservice/cvsoptionswidget.h @@ -23,7 +23,7 @@ class TQVBoxLayout; class CvsOptionsWidget : public CvsOptionsWidgetBase { Q_OBJECT - TQ_OBJECT + public: CvsOptionsWidget( TQWidget *parent, const char *name=0 ); virtual ~CvsOptionsWidget(); diff --git a/vcs/cvsservice/cvspart.h b/vcs/cvsservice/cvspart.h index d87e1846..5782dd1d 100644 --- a/vcs/cvsservice/cvspart.h +++ b/vcs/cvsservice/cvspart.h @@ -37,7 +37,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 18f791fd..ade7ffe4 100644 --- a/vcs/cvsservice/cvspartimpl.h +++ b/vcs/cvsservice/cvspartimpl.h @@ -46,7 +46,7 @@ class CvsServicePartImpl : public TQObject friend class CvsServicePart; Q_OBJECT - TQ_OBJECT + public: //! Available Cvs operations enum CvsOperation diff --git a/vcs/cvsservice/cvsprocesswidget.h b/vcs/cvsservice/cvsprocesswidget.h index ad2ec45a..28f36a11 100644 --- a/vcs/cvsservice/cvsprocesswidget.h +++ b/vcs/cvsservice/cvsprocesswidget.h @@ -27,7 +27,7 @@ class TQStyleSheetItem; class CvsProcessWidget : public TQTextEdit, virtual public CVSServiceDCOPIface { Q_OBJECT - TQ_OBJECT + public: CvsProcessWidget( CvsService_stub *service, CvsServicePart *part, TQWidget *parent, const char *name ); diff --git a/vcs/cvsservice/diffdialog.h b/vcs/cvsservice/diffdialog.h index c729f6cb..28b0c181 100644 --- a/vcs/cvsservice/diffdialog.h +++ b/vcs/cvsservice/diffdialog.h @@ -23,7 +23,7 @@ class DiffDialog : public DiffDialogBase { Q_OBJECT - TQ_OBJECT + public: DiffDialog(const CVSEntry &entry, TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); virtual ~DiffDialog(); diff --git a/vcs/cvsservice/diffwidget.h b/vcs/cvsservice/diffwidget.h index c220e4f0..25594f40 100644 --- a/vcs/cvsservice/diffwidget.h +++ b/vcs/cvsservice/diffwidget.h @@ -32,7 +32,7 @@ namespace KParts { class KDiffTextEdit: public TQTextEdit { Q_OBJECT - TQ_OBJECT + public: KDiffTextEdit( TQWidget* parent = 0, const char* name = 0 ); virtual ~KDiffTextEdit(); @@ -61,7 +61,7 @@ private: class DiffWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DiffWidget( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/vcs/cvsservice/editorsdialog.h b/vcs/cvsservice/editorsdialog.h index f02f47b8..5bf19b65 100644 --- a/vcs/cvsservice/editorsdialog.h +++ b/vcs/cvsservice/editorsdialog.h @@ -22,7 +22,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); virtual ~EditorsDialog(); diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.h b/vcs/cvsservice/integrator/cvsserviceintegrator.h index 69c5d068..95bdcf7c 100644 --- a/vcs/cvsservice/integrator/cvsserviceintegrator.h +++ b/vcs/cvsservice/integrator/cvsserviceintegrator.h @@ -26,7 +26,7 @@ class CVSServiceIntegrator: public KDevVCSIntegrator { Q_OBJECT - TQ_OBJECT + public: CVSServiceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); virtual ~CVSServiceIntegrator(); diff --git a/vcs/cvsservice/integrator/integratordlg.h b/vcs/cvsservice/integrator/integratordlg.h index 526c9b3e..6e253221 100644 --- a/vcs/cvsservice/integrator/integratordlg.h +++ b/vcs/cvsservice/integrator/integratordlg.h @@ -27,7 +27,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 0d3c05c6..dc5597af 100644 --- a/vcs/cvsservice/releaseinputdialog.h +++ b/vcs/cvsservice/releaseinputdialog.h @@ -21,7 +21,7 @@ class ReleaseInputDialog : public ReleaseInputDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/vcs/cvsservice/tagdialog.h b/vcs/cvsservice/tagdialog.h index 54db2bb1..d912c7ff 100644 --- a/vcs/cvsservice/tagdialog.h +++ b/vcs/cvsservice/tagdialog.h @@ -23,7 +23,7 @@ class TagDialog : public TagDialogBase { Q_OBJECT - TQ_OBJECT + public: TagDialog( const TQString &caption, TQWidget *parent = 0, const char *name = 0 ); virtual ~TagDialog(); |