diff options
Diffstat (limited to 'ktouch/src/ktouchchartwidget.h')
-rw-r--r-- | ktouch/src/ktouchchartwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ktouch/src/ktouchchartwidget.h b/ktouch/src/ktouchchartwidget.h index 799a5a38..00193e5a 100644 --- a/ktouch/src/ktouchchartwidget.h +++ b/ktouch/src/ktouchchartwidget.h @@ -24,9 +24,10 @@ class KTouchTrainer; /// This is the chart widget and contains all chart drawing code. class KTouchChartWidget : public KPlotWidget { Q_OBJECT + TQ_OBJECT public: /// Constructor. - KTouchChartWidget(TQWidget* parent, const char *name=0); + KTouchChartWidget(TQWidget* tqparent, const char *name=0); /// Destructor. ~KTouchChartWidget(); }; |