diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 15:12:32 +0900 |
| commit | 9e8724c91829282bd7e909c73a927ccd1501b86e (patch) | |
| tree | c7013007e074263a449377528e77cc70e9a2d5ec /kommander/editor/propertyeditor.cpp | |
| parent | 1c4238cebde2083adb626555f8c4391dea4dc5ed (diff) | |
| download | tdewebdev-9e8724c9.tar.gz tdewebdev-9e8724c9.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 321ebe827573752d348520ade483c684febde021)
Diffstat (limited to 'kommander/editor/propertyeditor.cpp')
| -rw-r--r-- | kommander/editor/propertyeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp index 3877b8c8..c1501abb 100644 --- a/kommander/editor/propertyeditor.cpp +++ b/kommander/editor/propertyeditor.cpp @@ -282,7 +282,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(); } |
