summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/addapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/addapplet.cpp')
-rw-r--r--kicker/kicker/ui/addapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/addapplet.cpp b/kicker/kicker/ui/addapplet.cpp
index e707b9e3f..0db6bc352 100644
--- a/kicker/kicker/ui/addapplet.cpp
+++ b/kicker/kicker/ui/addapplet.cpp
@@ -292,7 +292,7 @@ void AddAppletDialog::resizeAppletView()
m_appletBox->layout()->activate();
w = v->visibleWidth();
h = m_appletBox->layout()->minimumSize().height();
- v->resizeContents(w, QMAX(h, v->visibleHeight()));
+ v->resizeContents(w, TQMAX(h, v->visibleHeight()));
if (w == m_appletBox->width() && h == m_appletBox->height())
break;
m_appletBox->resize(w, h);