diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 10:56:22 +0900 |
commit | 3b66617d9d5f343c30a87381720db2fc835ce52b (patch) | |
tree | 4e867b86067b1d98145ebf942b421843a1e28f26 /kaddressbook/jumpbuttonbar.cpp | |
parent | d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc (diff) | |
download | tdepim-3b66617d9d5f343c30a87381720db2fc835ce52b.tar.gz tdepim-3b66617d9d5f343c30a87381720db2fc835ce52b.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kaddressbook/jumpbuttonbar.cpp')
-rw-r--r-- | kaddressbook/jumpbuttonbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/jumpbuttonbar.cpp b/kaddressbook/jumpbuttonbar.cpp index def1896fe..1a1d249c1 100644 --- a/kaddressbook/jumpbuttonbar.cpp +++ b/kaddressbook/jumpbuttonbar.cpp @@ -98,7 +98,7 @@ void JumpButtonBar::updateButtons() TQFontMetrics fm = fontMetrics(); TQPushButton *btn = new TQPushButton( "", this ); btn->hide(); - TQSize buttonSize = style().tqsizeFromContents( TQStyle::CT_PushButton, btn, + TQSize buttonSize = style().sizeFromContents( TQStyle::CT_PushButton, btn, fm.size( ShowPrefix, "X - X") ). expandedTo( TQApplication::globalStrut() ); delete btn; |