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