diff options
Diffstat (limited to 'libkdchart/KDChartWidget.h')
-rw-r--r-- | libkdchart/KDChartWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdchart/KDChartWidget.h b/libkdchart/KDChartWidget.h index 635e0bd..a68951d 100644 --- a/libkdchart/KDChartWidget.h +++ b/libkdchart/KDChartWidget.h @@ -53,10 +53,10 @@ class KDCHART_EXPORT KDChartWidget : public TQWidget TQ_PROPERTY( bool doubleBuffered READ isDoubleBuffered WRITE setDoubleBuffered ) public: - KDChartWidget( TQWidget* tqparent = 0, const char* name = 0 ); + KDChartWidget( TQWidget* parent = 0, const char* name = 0 ); KDChartWidget( KDChartParams* params, KDChartTableDataBase* data, - TQWidget* tqparent = 0, const char* name = 0 ); + TQWidget* parent = 0, const char* name = 0 ); ~KDChartWidget(); public slots: |