diff options
Diffstat (limited to 'kexi/formeditor/objecttreeview.cpp')
| -rw-r--r-- | kexi/formeditor/objecttreeview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/formeditor/objecttreeview.cpp b/kexi/formeditor/objecttreeview.cpp index 5146576c6..e668aa482 100644 --- a/kexi/formeditor/objecttreeview.cpp +++ b/kexi/formeditor/objecttreeview.cpp @@ -91,9 +91,9 @@ ObjectTreeViewItem::paintCell(TQPainter *p, const TQColorGroup & cg, int column, { TQString iconName = ((ObjectTreeView*)listView())->iconNameForClass(m_item->widget()->className()); - p->drawPixmap(margin, (height() - IconSize(KIcon::Small))/2 , SmallIcon(iconName)); + p->drawPixmap(margin, (height() - IconSize(TDEIcon::Small))/2 , SmallIcon(iconName)); p->drawText( - TQRect(2*margin + IconSize(KIcon::Small),0,width, height()-1), + TQRect(2*margin + IconSize(TDEIcon::Small),0,width, height()-1), TQt::AlignVCenter, m_item->name()); } else @@ -136,7 +136,7 @@ ObjectTreeViewItem::paintBranches(TQPainter *p, const TQColorGroup &cg, int w, i TQString iconName = ((ObjectTreeView*)listView())->iconNameForClass(item->m_item->widget()->className()); p->drawPixmap( - (w - IconSize(KIcon::Small))/2, (item->height() - IconSize(KIcon::Small))/2 , + (w - IconSize(TDEIcon::Small))/2, (item->height() - IconSize(TDEIcon::Small))/2 , SmallIcon(iconName)); p->translate(0, item->totalHeight()); |
