diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
commit | 0fed1a188b8d8be416550c63e2d5954f06434386 (patch) | |
tree | 19f346183997f815423bd63cb9f2e86baa1f3b14 /vcs | |
parent | 01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff) | |
download | tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'vcs')
45 files changed, 48 insertions, 48 deletions
diff --git a/vcs/clearcase/clearcasefileinfoprovider.h b/vcs/clearcase/clearcasefileinfoprovider.h index 85f60cc8..1575a626 100644 --- a/vcs/clearcase/clearcasefileinfoprovider.h +++ b/vcs/clearcase/clearcasefileinfoprovider.h @@ -22,7 +22,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 cf5dae5b..be63e674 100644 --- a/vcs/clearcase/clearcasepart.h +++ b/vcs/clearcase/clearcasepart.h @@ -19,7 +19,7 @@ class TQPopupMenu; class ClearcasePart : public KDevVersionControl { Q_OBJECT - TQ_OBJECT + public: ClearcasePart( TQObject *parent, const char *name, const TQStringList & ); diff --git a/vcs/clearcase/commentdlg.h b/vcs/clearcase/commentdlg.h index c88ba7bd..0ce9d5ce 100644 --- a/vcs/clearcase/commentdlg.h +++ b/vcs/clearcase/commentdlg.h @@ -19,7 +19,7 @@ class CcaseCommentDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + public: CcaseCommentDlg(bool = FALSE); TQString logMessage() { return _edit->text(); }; diff --git a/vcs/clearcase/integrator/ccintegratordlg.h b/vcs/clearcase/integrator/ccintegratordlg.h index 31bcee34..33403b19 100644 --- a/vcs/clearcase/integrator/ccintegratordlg.h +++ b/vcs/clearcase/integrator/ccintegratordlg.h @@ -25,7 +25,7 @@ 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 e368b00c..070f22cc 100644 --- a/vcs/clearcase/integrator/clearcaseintegrator.h +++ b/vcs/clearcase/integrator/clearcaseintegrator.h @@ -27,7 +27,7 @@ class ClearcaseIntegrator : public KDevVCSIntegrator { Q_OBJECT - TQ_OBJECT + public: ClearcaseIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); ~ClearcaseIntegrator(); 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(); diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h index 83766914..6ed69346 100644 --- a/vcs/perforce/commitdlg.h +++ b/vcs/perforce/commitdlg.h @@ -24,7 +24,7 @@ class KProcess; class CommitDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CommitDialog( TQWidget *parent = 0, const char *name = 0 ); ~CommitDialog(); diff --git a/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h index 20026d82..d85e2b18 100644 --- a/vcs/perforce/integrator/perforceintegrator.h +++ b/vcs/perforce/integrator/perforceintegrator.h @@ -27,7 +27,7 @@ class PerforceIntegrator : public KDevVCSIntegrator { Q_OBJECT - TQ_OBJECT + public: PerforceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); ~PerforceIntegrator(); diff --git a/vcs/perforce/integrator/pfintegratordlg.h b/vcs/perforce/integrator/pfintegratordlg.h index 7cb7b946..41efa2f3 100644 --- a/vcs/perforce/integrator/pfintegratordlg.h +++ b/vcs/perforce/integrator/pfintegratordlg.h @@ -25,7 +25,7 @@ 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 3043a1a2..462f53f6 100644 --- a/vcs/perforce/perforcepart.h +++ b/vcs/perforce/perforcepart.h @@ -23,7 +23,7 @@ class KAction; class PerforcePart : public KDevVersionControl { Q_OBJECT - TQ_OBJECT + public: PerforcePart( TQObject *parent, const char *name, const TQStringList & ); diff --git a/vcs/subversion/commitdlg.h b/vcs/subversion/commitdlg.h index 1755eead..08f5c8ec 100644 --- a/vcs/subversion/commitdlg.h +++ b/vcs/subversion/commitdlg.h @@ -26,7 +26,7 @@ class CommitDlg : public CommitDlgBase { Q_OBJECT - TQ_OBJECT + public: CommitDlg( TQWidget* = 0 ); protected: diff --git a/vcs/subversion/integrator/subversionintegrator.h b/vcs/subversion/integrator/subversionintegrator.h index fd6383b7..fa6b5130 100644 --- a/vcs/subversion/integrator/subversionintegrator.h +++ b/vcs/subversion/integrator/subversionintegrator.h @@ -27,7 +27,7 @@ class SubversionIntegrator : public KDevVCSIntegrator { Q_OBJECT - TQ_OBJECT + public: SubversionIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); ~SubversionIntegrator(); diff --git a/vcs/subversion/integrator/svnintegratordlg.h b/vcs/subversion/integrator/svnintegratordlg.h index 18ea8bc6..d286221e 100644 --- a/vcs/subversion/integrator/svnintegratordlg.h +++ b/vcs/subversion/integrator/svnintegratordlg.h @@ -25,7 +25,7 @@ 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 fa56be30..2954af6c 100644 --- a/vcs/subversion/kdevsvnd.h +++ b/vcs/subversion/kdevsvnd.h @@ -29,7 +29,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 9ec98cd6..3967cb35 100644 --- a/vcs/subversion/kdevsvnd_widgets.h +++ b/vcs/subversion/kdevsvnd_widgets.h @@ -19,7 +19,7 @@ class SvnSSLTrustPrompt : public SvnSSLTrustPromptBase{ Q_OBJECT - TQ_OBJECT + public: SvnSSLTrustPrompt( TQWidget* parent=0, const char* name=0, bool modal=true, WFlags f=0 ); ~SvnSSLTrustPrompt(); diff --git a/vcs/subversion/subversion_core.h b/vcs/subversion/subversion_core.h index d06e9bc9..ecedcb90 100644 --- a/vcs/subversion/subversion_core.h +++ b/vcs/subversion/subversion_core.h @@ -40,7 +40,7 @@ class SvnLogViewWidget; // class subversionCore : public TQObject, public DCOPObject class subversionCore : public TQObject { Q_OBJECT - TQ_OBJECT + // K_DCOP public: diff --git a/vcs/subversion/subversion_fileinfo.h b/vcs/subversion/subversion_fileinfo.h index 4729c35b..8b91b3b2 100644 --- a/vcs/subversion/subversion_fileinfo.h +++ b/vcs/subversion/subversion_fileinfo.h @@ -37,7 +37,7 @@ Provider for SVN file information class SVNFileInfoProvider : public KDevVCSFileInfoProvider, public DCOPObject/*, virtual public DCOPClient*/ { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: diff --git a/vcs/subversion/subversion_part.h b/vcs/subversion/subversion_part.h index bc24a814..a5490251 100644 --- a/vcs/subversion/subversion_part.h +++ b/vcs/subversion/subversion_part.h @@ -39,7 +39,7 @@ class SvnInfoHolder; class subversionPart : public KDevVersionControl { Q_OBJECT - TQ_OBJECT + public: subversionPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/vcs/subversion/subversion_widget.h b/vcs/subversion/subversion_widget.h index 6418ba40..a9369a37 100644 --- a/vcs/subversion/subversion_widget.h +++ b/vcs/subversion/subversion_widget.h @@ -41,7 +41,7 @@ class TQPushButton; class subversionWidget : public KTabWidget { Q_OBJECT - TQ_OBJECT + public: subversionWidget(subversionPart *part, TQWidget *parent, const char* name); ~subversionWidget(); diff --git a/vcs/subversion/svn_blamewidget.h b/vcs/subversion/svn_blamewidget.h index b20499f2..c0ea42af 100644 --- a/vcs/subversion/svn_blamewidget.h +++ b/vcs/subversion/svn_blamewidget.h @@ -40,7 +40,7 @@ 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 ); virtual ~SvnBlameWidget(); @@ -56,7 +56,7 @@ protected: class SvnBlameFileSelectDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + public: SvnBlameFileSelectDlg( TQWidget *parent = 0L ); virtual ~SvnBlameFileSelectDlg(); diff --git a/vcs/subversion/svn_copywidget.h b/vcs/subversion/svn_copywidget.h index 6e71b168..8dd9826f 100644 --- a/vcs/subversion/svn_copywidget.h +++ b/vcs/subversion/svn_copywidget.h @@ -12,7 +12,7 @@ class KURL; class SvnCopyDialog : public SvnCopyDialogBase { Q_OBJECT - TQ_OBJECT + public: SvnCopyDialog( const TQString &reqPath, SvnGlobal::SvnInfoHolder *holder, TQWidget *parent ); ~SvnCopyDialog(); diff --git a/vcs/subversion/svn_fileselectdlg_commit.h b/vcs/subversion/svn_fileselectdlg_commit.h index 629b5063..a2cf07e7 100644 --- a/vcs/subversion/svn_fileselectdlg_commit.h +++ b/vcs/subversion/svn_fileselectdlg_commit.h @@ -33,7 +33,7 @@ class subversionPart; class SVNFileSelectDlgCommit : public SvnCommitDlgBase{ Q_OBJECT - TQ_OBJECT + public: SVNFileSelectDlgCommit( KURL::List&, subversionPart* part, TQWidget* parent = 0 ); diff --git a/vcs/subversion/svn_logviewwidget.h b/vcs/subversion/svn_logviewwidget.h index 42a0822c..acd9b1f0 100644 --- a/vcs/subversion/svn_logviewwidget.h +++ b/vcs/subversion/svn_logviewwidget.h @@ -47,7 +47,7 @@ class SvnLogHolder{ class SvnLogViewWidget : public /*SvnLogViewWidgetBase*/ TQWidget { Q_OBJECT - TQ_OBJECT + public: SvnLogViewWidget(subversionPart *part, TQWidget *parent); virtual ~SvnLogViewWidget(); @@ -74,7 +74,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); ~SvnLogViewOptionDlg(); diff --git a/vcs/subversion/svn_mergewidget.h b/vcs/subversion/svn_mergewidget.h index 7f4a25fe..34439e58 100644 --- a/vcs/subversion/svn_mergewidget.h +++ b/vcs/subversion/svn_mergewidget.h @@ -32,7 +32,7 @@ class KURL; class SvnMergeDialog : public SvnMergeOptionDialogBase { Q_OBJECT - TQ_OBJECT + public: SvnMergeDialog( const KURL &wcTarget, TQWidget *parent = NULL ); virtual ~SvnMergeDialog(); diff --git a/vcs/subversion/svn_switchwidget.h b/vcs/subversion/svn_switchwidget.h index d78adcd6..4aec67db 100644 --- a/vcs/subversion/svn_switchwidget.h +++ b/vcs/subversion/svn_switchwidget.h @@ -11,7 +11,7 @@ namespace SvnGlobal class SvnSwitchDlg : public SvnSwitchDlgBase { Q_OBJECT - TQ_OBJECT + public: SvnSwitchDlg( const SvnGlobal::SvnInfoHolder *holder, const TQString &wcPath, TQWidget *parent = NULL ); |