diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-04 00:09:20 +0900 |
commit | 8729e642eaa3629412ef948e590e35ade2cbb0ea (patch) | |
tree | 9cd328109582173ccd1e329e4a5a5f608ebb0028 /noatun/modules/winskin/waLabel.cpp | |
parent | 7ef70d6552605c1df5653f039314c3ac568069cc (diff) | |
download | tdemultimedia-8729e642eaa3629412ef948e590e35ade2cbb0ea.tar.gz tdemultimedia-8729e642eaa3629412ef948e590e35ade2cbb0ea.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'noatun/modules/winskin/waLabel.cpp')
-rw-r--r-- | noatun/modules/winskin/waLabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waLabel.cpp b/noatun/modules/winskin/waLabel.cpp index 71f2baa2..54b7513b 100644 --- a/noatun/modules/winskin/waLabel.cpp +++ b/noatun/modules/winskin/waLabel.cpp @@ -58,7 +58,7 @@ void WaLabel::pixmapChange() int n = label_text ? strlen(label_text) : 0; for (int i = 0; i < n; i++) - WaSkinModel::instance()->getText(label_text[i], TQT_TQPAINTDEVICE(completePixmap), + WaSkinModel::instance()->getText(label_text[i], completePixmap, i * _WA_TEXT_WIDTH, 0); } |