summaryrefslogtreecommitdiffstats
path: root/parts/grepview/grepviewwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/grepview/grepviewwidget.h')
-rw-r--r--parts/grepview/grepviewwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/grepview/grepviewwidget.h b/parts/grepview/grepviewwidget.h
index f0b57aff..cb517c81 100644
--- a/parts/grepview/grepviewwidget.h
+++ b/parts/grepview/grepviewwidget.h
@@ -27,7 +27,7 @@ class GrepViewProcessWidget : public ProcessWidget
Q_OBJECT
TQ_OBJECT
public:
- GrepViewProcessWidget(TQWidget* tqparent) : ProcessWidget(tqparent) {};
+ GrepViewProcessWidget(TQWidget* parent) : ProcessWidget(parent) {};
~GrepViewProcessWidget(){};
void setMatchCount(int newCount)
{