From 38a31bafc0c0c68b4cb7c0606bac55bbef7c8b69 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:29 -0600 Subject: Rename obsolete tq methods to standard names --- kdat/ktreeview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/ktreeview.cpp') diff --git a/kdat/ktreeview.cpp b/kdat/ktreeview.cpp index df68b3d..24712d4 100644 --- a/kdat/ktreeview.cpp +++ b/kdat/ktreeview.cpp @@ -372,7 +372,7 @@ void KTreeViewItem::paintText(TQPainter* p, int indent, int cellHeight, p->fontMetrics().leading()) / 2); if (highlighted) { paintHighlight(p, indent, cg, owner->hasFocus(), - (TQt::GUIStyle)owner->tqstyle().styleHint(TQStyle::SH_GUIStyle)); // TQt3 doesn't make this easy ;) + (TQt::GUIStyle)owner->style().styleHint(TQStyle::SH_GUIStyle)); // TQt3 doesn't make this easy ;) p->setPen(cg.base()); p->setBackgroundColor(cg.text()); } -- cgit v1.2.1