diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:47:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 10:47:08 +0900 |
commit | a505e95cbfde0aa2edbbd08af0ca4a00fd276d4a (patch) | |
tree | ee3f82667eedf41a1f43906f63ffbbb307e2ca6c /libk3b/tools/k3bmsfedit.cpp | |
parent | b423aa0ce301a6c524b9c3b47206a13660c66b7a (diff) | |
download | k3b-a505e95cbfde0aa2edbbd08af0ca4a00fd276d4a.tar.gz k3b-a505e95cbfde0aa2edbbd08af0ca4a00fd276d4a.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libk3b/tools/k3bmsfedit.cpp')
-rw-r--r-- | libk3b/tools/k3bmsfedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bmsfedit.cpp b/libk3b/tools/k3bmsfedit.cpp index 07ed77d..0e467dc 100644 --- a/libk3b/tools/k3bmsfedit.cpp +++ b/libk3b/tools/k3bmsfedit.cpp @@ -60,7 +60,7 @@ TQSize K3bMsfEdit::sizeHint() const int w = fm.width( "00:00:00" ); int wx = fm.width( ' ' )*2; int frame = style().pixelMetric( TQStyle::PM_SpinBoxFrameWidth ); - return style().tqsizeFromContents(TQStyle::CT_SpinBox, this, + return style().sizeFromContents(TQStyle::CT_SpinBox, this, TQSize( w + wx + downRect().width() + frame*2, h + frame*2). expandedTo( TQApplication::globalStrut() )); |