diff options
Diffstat (limited to 'digikam/libs/widgets/common/histogramwidget.h')
-rw-r--r-- | digikam/libs/widgets/common/histogramwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/digikam/libs/widgets/common/histogramwidget.h b/digikam/libs/widgets/common/histogramwidget.h index 01d0abe7..1bf3b59f 100644 --- a/digikam/libs/widgets/common/histogramwidget.h +++ b/digikam/libs/widgets/common/histogramwidget.h @@ -81,7 +81,7 @@ public: /** Constructor without image data. Needed to use updateData() method after to create instance.*/ HistogramWidget(int w, int h, // Widget size. - TQWidget *tqparent=0, bool selectMode=true, + TQWidget *parent=0, bool selectMode=true, bool showProgress=true, bool statisticsVisible=false); @@ -89,7 +89,7 @@ public: HistogramWidget(int w, int h, // Widget size. uchar *i_data, uint i_w, uint i_h, // Full image info. bool i_sixteenBits, // 8 or 16 bits image. - TQWidget *tqparent=0, bool selectMode=true, + TQWidget *parent=0, bool selectMode=true, bool showProgress=true, bool statisticsVisible=false); @@ -98,7 +98,7 @@ public: uchar *i_data, uint i_w, uint i_h, // Full image info. uchar *s_data, uint s_w, uint s_h, // Image selection info. bool i_sixteenBits, // 8 or 16 bits image. - TQWidget *tqparent=0, bool selectMode=true, + TQWidget *parent=0, bool selectMode=true, bool showProgress=true, bool statisticsVisible=false); |