diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:50:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-03 22:55:20 +0900 |
| commit | 4b657979ec0fccf8904edfef636f23347caa3962 (patch) | |
| tree | 6e56f2ff567a5df1e23653c27dc39f2e7994c432 /src/barcode | |
| parent | 31fba8412589656cf1c330ad617732a346309344 (diff) | |
| download | tellico-4b657979.tar.gz tellico-4b657979.zip | |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d82c9bd8b659143ef1c13dfff0f0a1a6da99e11f)
Diffstat (limited to 'src/barcode')
| -rw-r--r-- | src/barcode/barcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/barcode/barcode.cpp b/src/barcode/barcode.cpp index 5eb229c..a56915a 100644 --- a/src/barcode/barcode.cpp +++ b/src/barcode/barcode.cpp @@ -69,7 +69,7 @@ void barcodeRecognitionThread::run() // //DEBUG if (!img.isNull()) { - TQImage preview = img.scale( 320, 240, TQ_ScaleMin ); + TQImage preview = img.scale( 320, 240, TQImage::ScaleMin ); emit gotImage( preview ); Barcode_EAN13 barcode = recognize( img ); if (barcode.isValid() && (old != barcode)) { |
