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