diff options
Diffstat (limited to 'kexi/widget/utils/kexidropdownbutton.cpp')
| -rw-r--r-- | kexi/widget/utils/kexidropdownbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexidropdownbutton.cpp b/kexi/widget/utils/kexidropdownbutton.cpp index 0710b4d06..fa9b24976 100644 --- a/kexi/widget/utils/kexidropdownbutton.cpp +++ b/kexi/widget/utils/kexidropdownbutton.cpp @@ -33,7 +33,7 @@ KexiDropDownButton::KexiDropDownButton(TQWidget *parent) // setFixedWidth(TQMAX(18, tqApp->globalStrut().width())); int fixedWidth; //hack - if (qstricmp(style().name(),"thinkeramik")==0) + if (tqstricmp(style().name(),"thinkeramik")==0) fixedWidth = 18; //typical width as in "windows" style else fixedWidth = style().querySubControlMetrics( TQStyle::CC_ComboBox, |
