diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-25 15:11:59 +0900 |
commit | 8308ebcedcc01c7588346da09b69b97b5c8e8059 (patch) | |
tree | bb9c0496446fbfe6f04adcfd8f16b2e59061b6ec /kdevdesigner/designer/propertyeditor.cpp | |
parent | 56e6314df839aa796a946452f8950b529aba18e6 (diff) | |
download | tdevelop-8308ebcedcc01c7588346da09b69b97b5c8e8059.tar.gz tdevelop-8308ebcedcc01c7588346da09b69b97b5c8e8059.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aefcba8280fc1520675866143baf2f8c020ec82e)
Diffstat (limited to 'kdevdesigner/designer/propertyeditor.cpp')
-rw-r--r-- | kdevdesigner/designer/propertyeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/propertyeditor.cpp b/kdevdesigner/designer/propertyeditor.cpp index cd1c1696..1bb7e680 100644 --- a/kdevdesigner/designer/propertyeditor.cpp +++ b/kdevdesigner/designer/propertyeditor.cpp @@ -294,7 +294,7 @@ void PropertyItem::paintBranches( TQPainter * p, const TQColorGroup & cg, void PropertyItem::paintFocus( TQPainter *p, const TQColorGroup &cg, const TQRect &r ) { p->save(); - TQApplication::style().tqdrawPrimitive(TQStyle::PE_Panel, p, r, cg, + TQApplication::style().drawPrimitive(TQStyle::PE_Panel, p, r, cg, TQStyle::Style_Sunken, TQStyleOption(1,1) ); p->restore(); } |