summaryrefslogtreecommitdiffstats
path: root/kexi/widget/utils/kexidropdownbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/utils/kexidropdownbutton.cpp')
-rw-r--r--kexi/widget/utils/kexidropdownbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexidropdownbutton.cpp b/kexi/widget/utils/kexidropdownbutton.cpp
index c3a14dca..cf204d13 100644
--- a/kexi/widget/utils/kexidropdownbutton.cpp
+++ b/kexi/widget/utils/kexidropdownbutton.cpp
@@ -29,7 +29,7 @@ KexiDropDownButton::KexiDropDownButton(TQWidget *parent)
: TQToolButton(parent, "KexiDBImageBox::Button")
{
setSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Expanding);
-//! @todo get this from a KStyle
+//! @todo get this from a TDEStyle
// setFixedWidth(TQMAX(18, tqApp->globalStrut().width()));
int fixedWidth;
//hack