summaryrefslogtreecommitdiffstats
path: root/tdestyles/web
diff options
context:
space:
mode:
Diffstat (limited to 'tdestyles/web')
-rw-r--r--tdestyles/web/webstyle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdestyles/web/webstyle.cpp b/tdestyles/web/webstyle.cpp
index b3b461954..073a46368 100644
--- a/tdestyles/web/webstyle.cpp
+++ b/tdestyles/web/webstyle.cpp
@@ -1673,16 +1673,16 @@ WebStyle::popupMenuItemHeight(bool, TQMenuItem * i, const TQFontMetrics & fm)
if (0 != i->iconSet())
{
- h = QMAX
+ h = TQMAX
(
i->iconSet()->pixmap(TQIconSet::Small, TQIconSet::Normal).height(),
h
);
}
- h = QMAX(fm.height() + 4, h);
+ h = TQMAX(fm.height() + 4, h);
- h = QMAX(18, h);
+ h = TQMAX(18, h);
return h;