diff options
Diffstat (limited to 'kchart/kchartDataEditor.h')
-rw-r--r-- | kchart/kchartDataEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchartDataEditor.h b/kchart/kchartDataEditor.h index 8b8d5535..5410fbbc 100644 --- a/kchart/kchartDataEditor.h +++ b/kchart/kchartDataEditor.h @@ -94,7 +94,7 @@ class kchartDataEditor : public KDialogBase Q_OBJECT TQ_OBJECT public: - kchartDataEditor(TQWidget* tqparent = 0); + kchartDataEditor(TQWidget* parent = 0); void setData(KChartParams *params, KDChartTableData *dat); void getData(KChartParams *params, KDChartTableData *dat); void setRowLabels(const TQStringList &rowLabels); |