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..5cee0cacc 100644
--- a/tdeprint/treecombobox.cpp
+++ b/tdeprint/treecombobox.cpp
@@ -82,7 +82,7 @@ int TreeListBoxItem::width(const TQListBox *lb) const
w += (pixmap()->width() + 2);
if (!m_path[m_depth].isEmpty())
w += (lb->fontMetrics().width(m_path[m_depth]) + 2);
- return QMAX(w, TQListBoxPixmap::width(lb));
+ return TQMAX(w, TQListBoxPixmap::width(lb));
}
void TreeListBoxItem::paint(TQPainter *p)