Hi,
Please, can someone apply this tiny patch to make KEditListWidget work with
KConfigDialogManager.
Best regards,
--
Fabrice Ménard
diff --git a/kdeui/dialogs/kconfigdialogmanager.cpp b/kdeui/dialogs/kconfigdialogmanager.cpp
index 36f8531..0209f49 100644
--- a/kdeui/dialogs/kconfigdialogmanager.cpp
+++ b/kdeui/dialogs/kconfigdialogmanager.cpp
@@ -136,6 +136,7 @@ void KConfigDialogManager::initMaps()
s_changedMap->insert( "KDateWidget", SIGNAL(changed (QDate)));
s_changedMap->insert( "KDateTimeWidget", SIGNAL(valueChanged (const QDateTime &)));
s_changedMap->insert( "KEditListBox", SIGNAL(changed()));
+ s_changedMap->insert( "KEditListWidget", SIGNAL(changed()));
s_changedMap->insert( "KListWidget", SIGNAL(itemSelectionChanged()));
s_changedMap->insert( "KLineEdit", SIGNAL(textChanged(const QString &)));
s_changedMap->insert( "KPasswordEdit", SIGNAL(textChanged(const QString &)));