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-24 10:56:55 +0900 |
| commit | 321ebe827573752d348520ade483c684febde021 (patch) | |
| tree | b6a40254560a140129852ec2493ffe65a25229d2 /kommander/editor/propertyeditor.cpp | |
| parent | 632eac95178c99f1a82e2993b3a50a8d8b8f7f59 (diff) | |
| download | tdewebdev-321ebe827573752d348520ade483c684febde021.tar.gz tdewebdev-321ebe827573752d348520ade483c684febde021.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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(); } |
