diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:49:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:49:00 +0900 |
| commit | 9dd2125c6bf1e294564b0ee1d534a52860669588 (patch) | |
| tree | f488450a4d62b51e20e4aab46ce8d279ff64c1e6 /digikam/libs/widgets/common/histogramwidget.h | |
| parent | a585c09267e1cafabb23cf39bf47c152a1a622f7 (diff) | |
| download | digikam-9dd2125c6bf1e294564b0ee1d534a52860669588.tar.gz digikam-9dd2125c6bf1e294564b0ee1d534a52860669588.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'digikam/libs/widgets/common/histogramwidget.h')
| -rw-r--r-- | digikam/libs/widgets/common/histogramwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/widgets/common/histogramwidget.h b/digikam/libs/widgets/common/histogramwidget.h index 6c7a4d61..26157170 100644 --- a/digikam/libs/widgets/common/histogramwidget.h +++ b/digikam/libs/widgets/common/histogramwidget.h @@ -43,7 +43,7 @@ class HistogramWidgetPriv; class DIGIKAM_EXPORT HistogramWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: |
