summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/squeezedcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/squeezedcombobox.cpp')
-rw-r--r--digikam/libs/widgets/common/squeezedcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/widgets/common/squeezedcombobox.cpp b/digikam/libs/widgets/common/squeezedcombobox.cpp
index 996b9cf..e200f9b 100644
--- a/digikam/libs/widgets/common/squeezedcombobox.cpp
+++ b/digikam/libs/widgets/common/squeezedcombobox.cpp
@@ -97,7 +97,7 @@ TQSize SqueezedComboBox::sizeHint() const
int maxW = count() ? 18 : 7 * fm.width(TQChar('x')) + 18;
int maxH = TQMAX( fm.lineSpacing(), 14 ) + 2;
- return style().tqsizeFromContents(TQStyle::CT_ComboBox, this,
+ return style().sizeFromContents(TQStyle::CT_ComboBox, this,
TQSize(maxW, maxH)).expandedTo(TQApplication::globalStrut());
}