diff options
Diffstat (limited to 'vcs/cvsservice/cvslogpage.h')
-rw-r--r-- | vcs/cvsservice/cvslogpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |