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