From 8308ebcedcc01c7588346da09b69b97b5c8e8059 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Nov 2023 10:56:49 +0900 Subject: Replaced various '#define' with actual strings - part 3 Signed-off-by: Michele Calgaro (cherry picked from commit aefcba8280fc1520675866143baf2f8c020ec82e) --- src/newui/button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newui/button.cpp') diff --git a/src/newui/button.cpp b/src/newui/button.cpp index ef572a2e..ea63ea51 100644 --- a/src/newui/button.cpp +++ b/src/newui/button.cpp @@ -229,7 +229,7 @@ TQSize Button::sizeHint(const TQString &text) 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())); } -- cgit v1.2.3