aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_combobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_combobox.h')
-rw-r--r--src/modules/objects/class_combobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_combobox.h b/src/modules/objects/class_combobox.h
index 58d2b1a27..085a418ea 100644
--- a/src/modules/objects/class_combobox.h
+++ b/src/modules/objects/class_combobox.h
@@ -64,7 +64,7 @@ protected:
bool functiontextChangedEvent(KviKvsObjectFunctionCall *c);
bool functionactivatedEvent(KviKvsObjectFunctionCall *c);
protected slots:
- void slottextChanged(const QString &);
+ void editTextChanged(const QString &);
void slotActivated(int);
};