summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/diffwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/diffwidget.h')
-rw-r--r--vcs/cvsservice/diffwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/diffwidget.h b/vcs/cvsservice/diffwidget.h
index 48b6447d..fe8c49a0 100644
--- a/vcs/cvsservice/diffwidget.h
+++ b/vcs/cvsservice/diffwidget.h
@@ -34,7 +34,7 @@ class KDiffTextEdit: public TQTextEdit
Q_OBJECT
TQ_OBJECT
public:
- KDiffTextEdit( TQWidget* tqparent = 0, const char* name = 0 );
+ KDiffTextEdit( TQWidget* parent = 0, const char* name = 0 );
virtual ~KDiffTextEdit();
void applySyntaxHighlight();
void clearSyntaxHighlight();
@@ -64,7 +64,7 @@ class DiffWidget : public TQWidget
TQ_OBJECT
public:
- DiffWidget( TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0 );
+ DiffWidget( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
virtual ~DiffWidget();
public slots: