summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/cvslogpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/cvslogpage.h')
-rw-r--r--vcs/cvsservice/cvslogpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcs/cvsservice/cvslogpage.h b/vcs/cvsservice/cvslogpage.h
index c4f27ee8..27fbd3d2 100644
--- a/vcs/cvsservice/cvslogpage.h
+++ b/vcs/cvsservice/cvslogpage.h
@@ -28,8 +28,9 @@ 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 );
+ CVSLogPage( CvsService_stub *cvsService, TQWidget *tqparent=0, const char *name=0, int flags=0 );
virtual ~CVSLogPage();
void startLog( const TQString &workDir, const TQString &pathName );