From kde-core-devel Sun May 01 20:21:21 2005 From: Shaheed Date: Sun, 01 May 2005 20:21:21 +0000 To: kde-core-devel Subject: Re: Using KConfig XT/KConfigDialogManager with "compound" dialogs Message-Id: <200505012121.22814.srhaque () iee ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=111497893829595 Ah, got it. First, I merged the rc files. Second, I should have constructed the KConfigSkeleton like this: KConfigSkeleton *cfg = AudioCdSettings::self(); Third, in my .kcfg files, I had followed the tutorial an used Capitalised entry names; I eventually realised that the case had to match the widget name. Ben, do you have any objection to merging the rc files as per this thread? The point is to make the audiocd kcm module available to kscd and kaudiocreator etc. Thanks, Shaheed