diff --git a/libs/widgets/KoTagChooserWidget.cpp b/libs/widgets/KoTagChooserWidget.cpp --- a/libs/widgets/KoTagChooserWidget.cpp +++ b/libs/widgets/KoTagChooserWidget.cpp @@ -68,7 +68,7 @@ this->setEnabled(true); clear(); - connect(d->comboBox, SIGNAL(currentIndexChanged(QString)), + connect(d->comboBox, SIGNAL(currentTextChanged(QString)), this, SIGNAL(tagChosen(QString))); connect(d->tagToolButton, SIGNAL(popupMenuAboutToShow()),