summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:47:14 +0900
committerMichele Calgaro <[email protected]>2023-11-24 22:29:55 +0900
commit283e19b903044bebce1e862f0c67f6afb727097e (patch)
tree8f683dbf21fb6b1578f3ac57cda20a5093216025
parent2c49540be69b9ce0b3e848b50146b83b8a8124e5 (diff)
downloadkaffeine-283e19b903044bebce1e862f0c67f6afb727097e.tar.gz
kaffeine-283e19b903044bebce1e862f0c67f6afb727097e.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 06028cccb1f7bd7b2058583d9fdf49fbe9954fd3)
-rw-r--r--kaffeine/src/tdemultitabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/tdemultitabbar.cpp b/kaffeine/src/tdemultitabbar.cpp
index 16d769d..4a5c918 100644
--- a/kaffeine/src/tdemultitabbar.cpp
+++ b/kaffeine/src/tdemultitabbar.cpp
@@ -493,7 +493,7 @@ TQSize KMultiTabBarButton::sizeHint() const
h = TQMAX(h, sz.height());
}
- return (style().tqsizeFromContents(TQStyle::CT_ToolButton, this, TQSize(w, h)).
+ return (style().sizeFromContents(TQStyle::CT_ToolButton, this, TQSize(w, h)).
expandedTo(TQApplication::globalStrut()));
}