summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/addappletvisualfeedback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/addappletvisualfeedback.cpp')
-rw-r--r--kicker/kicker/ui/addappletvisualfeedback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/addappletvisualfeedback.cpp b/kicker/kicker/ui/addappletvisualfeedback.cpp
index 587a0f2de..62ff12675 100644
--- a/kicker/kicker/ui/addappletvisualfeedback.cpp
+++ b/kicker/kicker/ui/addappletvisualfeedback.cpp
@@ -132,7 +132,7 @@ void AddAppletVisualFeedback::displayInternal()
}
int margin = KDialog::marginHint();
- int height = QMAX(m_icon.height(), textRect.height()) + 2 * margin;
+ int height = TQMAX(m_icon.height(), textRect.height()) + 2 * margin;
int textX = m_icon.isNull() ? margin : 2 + m_icon.width() + 2 * margin;
int width = textX;