diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 15:11:59 +0900 |
| commit | 8308ebcedcc01c7588346da09b69b97b5c8e8059 (patch) | |
| tree | bb9c0496446fbfe6f04adcfd8f16b2e59061b6ec /parts/replace/replaceitem.cpp | |
| parent | 56e6314df839aa796a946452f8950b529aba18e6 (diff) | |
| download | tdevelop-8308ebce.tar.gz tdevelop-8308ebce.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aefcba8280fc1520675866143baf2f8c020ec82e)
Diffstat (limited to 'parts/replace/replaceitem.cpp')
| -rw-r--r-- | parts/replace/replaceitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/replace/replaceitem.cpp b/parts/replace/replaceitem.cpp index 20471d67..ebd92797 100644 --- a/parts/replace/replaceitem.cpp +++ b/parts/replace/replaceitem.cpp @@ -116,7 +116,7 @@ void ReplaceItem::paintCell( TQPainter * p, const TQColorGroup & cg, int column, else y = (fm.height() + 2 + marg - boxsize) / 2; - lv->style().tqdrawPrimitive(TQStyle::PE_CheckListIndicator, p, + lv->style().drawPrimitive(TQStyle::PE_CheckListIndicator, p, TQRect(x, y, boxsize, fm.height() + 2 + marg), cg, styleflags, TQStyleOption(this)); |
