diff options
Diffstat (limited to 'ktouch/src/ktouchchartwidget.cpp')
-rw-r--r-- | ktouch/src/ktouchchartwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouchchartwidget.cpp b/ktouch/src/ktouchchartwidget.cpp index 5eec6633..43e3642a 100644 --- a/ktouch/src/ktouchchartwidget.cpp +++ b/ktouch/src/ktouchchartwidget.cpp @@ -20,8 +20,8 @@ #include <numeric> // for mathematical functions #include <cmath> -KTouchChartWidget::KTouchChartWidget(TQWidget* tqparent, const char *name) - : KPlotWidget(0.0, 1.0, 0.0, 1.0, tqparent, name) +KTouchChartWidget::KTouchChartWidget(TQWidget* parent, const char *name) + : KPlotWidget(0.0, 1.0, 0.0, 1.0, parent, name) { setShowGrid( false ); // no grid please setBGColor( TQColor( "white" ) ); |