diff options
Diffstat (limited to 'kmymoney2/reports/kreportchartview.h')
-rw-r--r-- | kmymoney2/reports/kreportchartview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/reports/kreportchartview.h b/kmymoney2/reports/kreportchartview.h index d04e291..70963f6 100644 --- a/kmymoney2/reports/kreportchartview.h +++ b/kmymoney2/reports/kreportchartview.h @@ -51,7 +51,7 @@ namespace reports { class KReportChartView: public KDChartWidget { public: - KReportChartView( TQWidget* tqparent, const char* name ); + KReportChartView( TQWidget* parent, const char* name ); ~KReportChartView() {} static bool implemented(void) { return true; } void setNewData( const KDChartTableData& newdata ) { this->setData(new KDChartTableData(newdata)); } @@ -83,7 +83,7 @@ namespace reports { class KReportChartView : public TQWidget { public: - KReportChartView( TQWidget* tqparent, const char* name ): TQWidget(tqparent,name) {} + KReportChartView( TQWidget* parent, const char* name ): TQWidget(parent,name) {} ~KReportChartView() {} static bool implemented(void) { return false; } }; |