summaryrefslogtreecommitdiffstats
path: root/kexi/widget/kexifieldcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/kexifieldcombobox.cpp')
-rw-r--r--kexi/widget/kexifieldcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/kexifieldcombobox.cpp b/kexi/widget/kexifieldcombobox.cpp
index d41d93a2e..c490111e2 100644
--- a/kexi/widget/kexifieldcombobox.cpp
+++ b/kexi/widget/kexifieldcombobox.cpp
@@ -75,7 +75,7 @@ KexiFieldComboBox::KexiFieldComboBox(TQWidget *parent, const char *name)
, d(new Private())
{
setInsertionPolicy(NoInsertion);
- setCompletionMode(KGlobalSettings::CompletionPopupAuto);
+ setCompletionMode(TDEGlobalSettings::CompletionPopupAuto);
setSizeLimit( 16 );
connect(this, TQT_SIGNAL(activated(int)), this, TQT_SLOT(slotActivated(int)));
connect(this, TQT_SIGNAL(returnPressed(const TQString &)), this, TQT_SLOT(slotReturnPressed(const TQString &)));