> KConfigDialog has a number of virtual functions that you would > typically override to handle non-standard widgets such as list > views. Thanks to your mail I almost managed to KConfigXT-ify kiten, one problem remains: One of my widgets is a KKeyChooser dialog. In order to make the "Cancel" button work, I call void KKeyChooser::listSync() but the code of that method in kkeydialog.cpp is commented out. The comment on the out-commenting in that file: // FIXME: give this functionality again -- // I don't think it's ever used, though. -- ellis // TODO: Check lxr.kde.org to see if it's used anywhere Seems like I have to subclass this class in order to work around this. Or is listSync() not the right method to reset the KKeyChooser dialog to the previous values? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<