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 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 ); |