summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchchartwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/ktouchchartwidget.h')
-rw-r--r--ktouch/src/ktouchchartwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchchartwidget.h b/ktouch/src/ktouchchartwidget.h
index 00193e5a..89255a77 100644
--- a/ktouch/src/ktouchchartwidget.h
+++ b/ktouch/src/ktouchchartwidget.h
@@ -27,7 +27,7 @@ class KTouchChartWidget : public KPlotWidget {
TQ_OBJECT
public:
/// Constructor.
- KTouchChartWidget(TQWidget* tqparent, const char *name=0);
+ KTouchChartWidget(TQWidget* parent, const char *name=0);
/// Destructor.
~KTouchChartWidget();
};