diff options
Diffstat (limited to 'kexi/widget/utils/kexicomboboxdropdownbutton.cpp')
| -rw-r--r-- | kexi/widget/utils/kexicomboboxdropdownbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexicomboboxdropdownbutton.cpp b/kexi/widget/utils/kexicomboboxdropdownbutton.cpp index 858ea9146..319bf3052 100644 --- a/kexi/widget/utils/kexicomboboxdropdownbutton.cpp +++ b/kexi/widget/utils/kexicomboboxdropdownbutton.cpp @@ -78,7 +78,7 @@ void KexiComboBoxDropDownButton::styleChange( TQStyle & oldStyle ) m_fixForHeight = 0; //</hack> m_drawComplexControl = - (style().inherits("KStyle") && tqstricmp(style().name(),"qtcurve")!=0) + (style().inherits("TDEStyle") && tqstricmp(style().name(),"qtcurve")!=0) || tqstricmp(style().name(),"platinum")==0; if (m_fixForHeight==0) setFixedWidth( style().querySubControlMetrics( TQStyle::CC_ComboBox, |
