summaryrefslogtreecommitdiffstats
path: root/tdeprint/treecombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/treecombobox.cpp')
-rw-r--r--tdeprint/treecombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/treecombobox.cpp b/tdeprint/treecombobox.cpp
index a27b68289..45213f41c 100644
--- a/tdeprint/treecombobox.cpp
+++ b/tdeprint/treecombobox.cpp
@@ -102,7 +102,7 @@ void TreeListBoxItem::paint(TQPainter *p)
if (m_depth > 0)
{
TQPen oldPen = p->pen();
- p->setPen(listBox()->colorGroup().mid());
+ p->setPen(listBox()->tqcolorGroup().mid());
TreeListBoxItem *item = this;
int s = xo-stepSize()/2;