diff options
Diffstat (limited to 'lib/koproperty/editoritem.cpp')
-rw-r--r-- | lib/koproperty/editoritem.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/koproperty/editoritem.cpp b/lib/koproperty/editoritem.cpp index 07c97263..2fd9c18d 100644 --- a/lib/koproperty/editoritem.cpp +++ b/lib/koproperty/editoritem.cpp @@ -61,10 +61,10 @@ static void paintListViewExpander(TQPainter* p, TQWidget* w, int height, const T // if (dynamic_cast<EditorGroupItem*>(item)) // xmarg = xmarg * 10 / 14 -1; #if 0 -//! @todo disabled: kstyles do not paint background yet... reenable in the future... - TDEStyle* kstyle = dynamic_cast<TDEStyle*>(widget->style()); - if (kstyle) { - kstyle->drawTDEStylePrimitive( +//! @todo disabled: tdestyles do not paint background yet... reenable in the future... + TDEStyle* tdestyle = dynamic_cast<TDEStyle*>(widget->style()); + if (tdestyle) { + tdestyle->drawTDEStylePrimitive( TDEStyle::KPE_ListViewExpander, p, w, TQRect( xmarg, marg, BRANCHBOX_SIZE, BRANCHBOX_SIZE ), cg, isOpen ? 0 : TQStyle::Style_On, TQStyleOption::Default); |