@ -21,429 +21,429 @@ Config *Config::self()
}
Config : : Config ( )
: K ConfigSkeleton( TQString : : fromLatin1 ( " tellicorc " ) )
: TDE ConfigSkeleton( TQString : : fromLatin1 ( " tellicorc " ) )
{
mSelf = this ;
setCurrentGroup ( TQString : : fromLatin1 ( " TipOfDay " ) ) ;
K ConfigSkeleton: : ItemBool * itemShowTipOfDay ;
itemShowTipOfDay = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " RunOnStart " ) , mShowTipOfDay , true ) ;
TDE ConfigSkeleton: : ItemBool * itemShowTipOfDay ;
itemShowTipOfDay = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " RunOnStart " ) , mShowTipOfDay , true ) ;
addItem ( itemShowTipOfDay , TQString : : fromLatin1 ( " showTipOfDay " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Main Window Options " ) ) ;
TQValueList < int > defaultMainSplitterSizes ;
K ConfigSkeleton: : ItemIntList * itemMainSplitterSizes ;
itemMainSplitterSizes = new K ConfigSkeleton: : ItemIntList ( currentGroup ( ) , TQString : : fromLatin1 ( " Main Splitter Sizes " ) , mMainSplitterSizes , defaultMainSplitterSizes ) ;
TDE ConfigSkeleton: : ItemIntList * itemMainSplitterSizes ;
itemMainSplitterSizes = new TDE ConfigSkeleton: : ItemIntList ( currentGroup ( ) , TQString : : fromLatin1 ( " Main Splitter Sizes " ) , mMainSplitterSizes , defaultMainSplitterSizes ) ;
addItem ( itemMainSplitterSizes , TQString : : fromLatin1 ( " MainSplitterSizes " ) ) ;
TQValueList < int > defaultSecondarySplitterSizes ;
K ConfigSkeleton: : ItemIntList * itemSecondarySplitterSizes ;
itemSecondarySplitterSizes = new K ConfigSkeleton: : ItemIntList ( currentGroup ( ) , TQString : : fromLatin1 ( " Secondary Splitter Sizes " ) , mSecondarySplitterSizes , defaultSecondarySplitterSizes ) ;
TDE ConfigSkeleton: : ItemIntList * itemSecondarySplitterSizes ;
itemSecondarySplitterSizes = new TDE ConfigSkeleton: : ItemIntList ( currentGroup ( ) , TQString : : fromLatin1 ( " Secondary Splitter Sizes " ) , mSecondarySplitterSizes , defaultSecondarySplitterSizes ) ;
addItem ( itemSecondarySplitterSizes , TQString : : fromLatin1 ( " SecondarySplitterSizes " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Detailed View Options " ) ) ;
K ConfigSkeleton: : ItemInt * itemMaxPixmapWidth ;
itemMaxPixmapWidth = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " MaxPixmapWidth " ) , mMaxPixmapWidth , 50 ) ;
TDE ConfigSkeleton: : ItemInt * itemMaxPixmapWidth ;
itemMaxPixmapWidth = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " MaxPixmapWidth " ) , mMaxPixmapWidth , 50 ) ;
addItem ( itemMaxPixmapWidth , TQString : : fromLatin1 ( " MaxPixmapWidth " ) ) ;
K ConfigSkeleton: : ItemInt * itemMaxPixmapHeight ;
itemMaxPixmapHeight = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " MaxPixmapHeight " ) , mMaxPixmapHeight , 50 ) ;
TDE ConfigSkeleton: : ItemInt * itemMaxPixmapHeight ;
itemMaxPixmapHeight = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " MaxPixmapHeight " ) , mMaxPixmapHeight , 50 ) ;
addItem ( itemMaxPixmapHeight , TQString : : fromLatin1 ( " MaxPixmapHeight " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Group View Options " ) ) ;
K ConfigSkeleton: : ItemInt * itemGroupViewSortColumn ;
itemGroupViewSortColumn = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mGroupViewSortColumn , 0 ) ;
TDE ConfigSkeleton: : ItemInt * itemGroupViewSortColumn ;
itemGroupViewSortColumn = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mGroupViewSortColumn , 0 ) ;
addItem ( itemGroupViewSortColumn , TQString : : fromLatin1 ( " groupViewSortColumn " ) ) ;
K ConfigSkeleton: : ItemBool * itemGroupViewSortAscending ;
itemGroupViewSortAscending = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mGroupViewSortAscending , true ) ;
TDE ConfigSkeleton: : ItemBool * itemGroupViewSortAscending ;
itemGroupViewSortAscending = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mGroupViewSortAscending , true ) ;
addItem ( itemGroupViewSortAscending , TQString : : fromLatin1 ( " groupViewSortAscending " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Filter View Options " ) ) ;
K ConfigSkeleton: : ItemInt * itemFilterViewSortColumn ;
itemFilterViewSortColumn = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mFilterViewSortColumn , 0 ) ;
TDE ConfigSkeleton: : ItemInt * itemFilterViewSortColumn ;
itemFilterViewSortColumn = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mFilterViewSortColumn , 0 ) ;
addItem ( itemFilterViewSortColumn , TQString : : fromLatin1 ( " filterViewSortColumn " ) ) ;
K ConfigSkeleton: : ItemBool * itemFilterViewSortAscending ;
itemFilterViewSortAscending = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mFilterViewSortAscending , true ) ;
TDE ConfigSkeleton: : ItemBool * itemFilterViewSortAscending ;
itemFilterViewSortAscending = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mFilterViewSortAscending , true ) ;
addItem ( itemFilterViewSortAscending , TQString : : fromLatin1 ( " filterViewSortAscending " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Loan View Options " ) ) ;
K ConfigSkeleton: : ItemInt * itemLoanViewSortColumn ;
itemLoanViewSortColumn = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mLoanViewSortColumn , 0 ) ;
TDE ConfigSkeleton: : ItemInt * itemLoanViewSortColumn ;
itemLoanViewSortColumn = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " SortColumn " ) , mLoanViewSortColumn , 0 ) ;
addItem ( itemLoanViewSortColumn , TQString : : fromLatin1 ( " loanViewSortColumn " ) ) ;
K ConfigSkeleton: : ItemBool * itemLoanViewSortAscending ;
itemLoanViewSortAscending = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mLoanViewSortAscending , true ) ;
TDE ConfigSkeleton: : ItemBool * itemLoanViewSortAscending ;
itemLoanViewSortAscending = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " SortAscending " ) , mLoanViewSortAscending , true ) ;
addItem ( itemLoanViewSortAscending , TQString : : fromLatin1 ( " loanViewSortAscending " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Export Options - Bibtex " ) ) ;
K ConfigSkeleton: : ItemBool * itemUseBraces ;
itemUseBraces = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Use Braces " ) , mUseBraces , true ) ;
TDE ConfigSkeleton: : ItemBool * itemUseBraces ;
itemUseBraces = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Use Braces " ) , mUseBraces , true ) ;
addItem ( itemUseBraces , TQString : : fromLatin1 ( " UseBraces " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " General Options " ) ) ;
K ConfigSkeleton: : ItemBool * itemShowGroupWidget ;
itemShowGroupWidget = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Group Widget " ) , mShowGroupWidget , true ) ;
TDE ConfigSkeleton: : ItemBool * itemShowGroupWidget ;
itemShowGroupWidget = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Group Widget " ) , mShowGroupWidget , true ) ;
addItem ( itemShowGroupWidget , TQString : : fromLatin1 ( " ShowGroupWidget " ) ) ;
K ConfigSkeleton: : ItemBool * itemShowEditWidget ;
itemShowEditWidget = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Edit Widget " ) , mShowEditWidget , false ) ;
TDE ConfigSkeleton: : ItemBool * itemShowEditWidget ;
itemShowEditWidget = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Edit Widget " ) , mShowEditWidget , false ) ;
addItem ( itemShowEditWidget , TQString : : fromLatin1 ( " ShowEditWidget " ) ) ;
K ConfigSkeleton: : ItemBool * itemShowEntryView ;
itemShowEntryView = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Entry View " ) , mShowEntryView , true ) ;
TDE ConfigSkeleton: : ItemBool * itemShowEntryView ;
itemShowEntryView = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Show Entry View " ) , mShowEntryView , true ) ;
addItem ( itemShowEntryView , TQString : : fromLatin1 ( " ShowEntryView " ) ) ;
TQValueList < K ConfigSkeleton: : ItemEnum : : Choice > valuesImageLocation ;
TQValueList < TDE ConfigSkeleton: : ItemEnum : : Choice > valuesImageLocation ;
{
K ConfigSkeleton: : ItemEnum : : Choice choice ;
TDE ConfigSkeleton: : ItemEnum : : Choice choice ;
choice . name = TQString : : fromLatin1 ( " ImagesInFile " ) ;
valuesImageLocation . append ( choice ) ;
}
{
K ConfigSkeleton: : ItemEnum : : Choice choice ;
TDE ConfigSkeleton: : ItemEnum : : Choice choice ;
choice . name = TQString : : fromLatin1 ( " ImagesInAppDir " ) ;
valuesImageLocation . append ( choice ) ;
}
{
K ConfigSkeleton: : ItemEnum : : Choice choice ;
TDE ConfigSkeleton: : ItemEnum : : Choice choice ;
choice . name = TQString : : fromLatin1 ( " ImagesInLocalDir " ) ;
valuesImageLocation . append ( choice ) ;
}
K ConfigSkeleton: : ItemEnum * itemImageLocation ;
itemImageLocation = new K ConfigSkeleton: : ItemEnum ( currentGroup ( ) , TQString : : fromLatin1 ( " Image Location " ) , mImageLocation , valuesImageLocation , ImagesInFile ) ;
TDE ConfigSkeleton: : ItemEnum * itemImageLocation ;
itemImageLocation = new TDE ConfigSkeleton: : ItemEnum ( currentGroup ( ) , TQString : : fromLatin1 ( " Image Location " ) , mImageLocation , valuesImageLocation , ImagesInFile ) ;
addItem ( itemImageLocation , TQString : : fromLatin1 ( " ImageLocation " ) ) ;
K ConfigSkeleton: : ItemBool * itemAskWriteImagesInFile ;
itemAskWriteImagesInFile = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Ask Write Images In File " ) , mAskWriteImagesInFile , true ) ;
TDE ConfigSkeleton: : ItemBool * itemAskWriteImagesInFile ;
itemAskWriteImagesInFile = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Ask Write Images In File " ) , mAskWriteImagesInFile , true ) ;
addItem ( itemAskWriteImagesInFile , TQString : : fromLatin1 ( " AskWriteImagesInFile " ) ) ;
K ConfigSkeleton: : ItemBool * itemReopenLastFile ;
itemReopenLastFile = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Reopen Last File " ) , mReopenLastFile , true ) ;
TDE ConfigSkeleton: : ItemBool * itemReopenLastFile ;
itemReopenLastFile = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Reopen Last File " ) , mReopenLastFile , true ) ;
addItem ( itemReopenLastFile , TQString : : fromLatin1 ( " ReopenLastFile " ) ) ;
K ConfigSkeleton: : ItemBool * itemAutoCapitalization ;
itemAutoCapitalization = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Auto Capitalization " ) , mAutoCapitalization , true ) ;
TDE ConfigSkeleton: : ItemBool * itemAutoCapitalization ;
itemAutoCapitalization = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Auto Capitalization " ) , mAutoCapitalization , true ) ;
addItem ( itemAutoCapitalization , TQString : : fromLatin1 ( " AutoCapitalization " ) ) ;
K ConfigSkeleton: : ItemBool * itemAutoFormat ;
itemAutoFormat = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Auto Format " ) , mAutoFormat , true ) ;
TDE ConfigSkeleton: : ItemBool * itemAutoFormat ;
itemAutoFormat = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Auto Format " ) , mAutoFormat , true ) ;
addItem ( itemAutoFormat , TQString : : fromLatin1 ( " AutoFormat " ) ) ;
K ConfigSkeleton: : ItemString * itemLastOpenFile ;
itemLastOpenFile = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Last Open File " ) , mLastOpenFile ) ;
TDE ConfigSkeleton: : ItemString * itemLastOpenFile ;
itemLastOpenFile = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Last Open File " ) , mLastOpenFile ) ;
addItem ( itemLastOpenFile , TQString : : fromLatin1 ( " LastOpenFile " ) ) ;
K ConfigSkeleton: : ItemString * itemNoCapitalizationString ;
itemNoCapitalizationString = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " No Capitalization " ) , mNoCapitalizationString , i18n ( " a,an,and,as,at,but,by,for,from,in,into,nor,of,off,on,onto,or,out,over,the,to,up,with " ) ) ;
TDE ConfigSkeleton: : ItemString * itemNoCapitalizationString ;
itemNoCapitalizationString = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " No Capitalization " ) , mNoCapitalizationString , i18n ( " a,an,and,as,at,but,by,for,from,in,into,nor,of,off,on,onto,or,out,over,the,to,up,with " ) ) ;
addItem ( itemNoCapitalizationString , TQString : : fromLatin1 ( " noCapitalizationString " ) ) ;
K ConfigSkeleton: : ItemString * itemArticlesString ;
itemArticlesString = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Articles " ) , mArticlesString , i18n ( " the " ) ) ;
TDE ConfigSkeleton: : ItemString * itemArticlesString ;
itemArticlesString = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Articles " ) , mArticlesString , i18n ( " the " ) ) ;
addItem ( itemArticlesString , TQString : : fromLatin1 ( " articlesString " ) ) ;
K ConfigSkeleton: : ItemString * itemNameSuffixesString ;
itemNameSuffixesString = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Name Suffixes " ) , mNameSuffixesString , i18n ( " jr.,jr,iii,iv " ) ) ;
TDE ConfigSkeleton: : ItemString * itemNameSuffixesString ;
itemNameSuffixesString = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Name Suffixes " ) , mNameSuffixesString , i18n ( " jr.,jr,iii,iv " ) ) ;
addItem ( itemNameSuffixesString , TQString : : fromLatin1 ( " nameSuffixesString " ) ) ;
K ConfigSkeleton: : ItemString * itemSurnamePrefixesString ;
itemSurnamePrefixesString = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Surname Prefixes " ) , mSurnamePrefixesString , i18n ( " de,van,der,van der,von " ) ) ;
TDE ConfigSkeleton: : ItemString * itemSurnamePrefixesString ;
itemSurnamePrefixesString = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Surname Prefixes " ) , mSurnamePrefixesString , i18n ( " de,van,der,van der,von " ) ) ;
addItem ( itemSurnamePrefixesString , TQString : : fromLatin1 ( " surnamePrefixesString " ) ) ;
K ConfigSkeleton: : ItemInt * itemMaxIconSize ;
itemMaxIconSize = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Icon Size " ) , mMaxIconSize , 96 ) ;
TDE ConfigSkeleton: : ItemInt * itemMaxIconSize ;
itemMaxIconSize = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Icon Size " ) , mMaxIconSize , 96 ) ;
addItem ( itemMaxIconSize , TQString : : fromLatin1 ( " MaxIconSize " ) ) ;
K ConfigSkeleton: : ItemInt * itemImageCacheSize ;
itemImageCacheSize = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Image Cache Size " ) , mImageCacheSize , ( 10 * 1024 * 1024 ) ) ;
TDE ConfigSkeleton: : ItemInt * itemImageCacheSize ;
itemImageCacheSize = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Image Cache Size " ) , mImageCacheSize , ( 10 * 1024 * 1024 ) ) ;
addItem ( itemImageCacheSize , TQString : : fromLatin1 ( " ImageCacheSize " ) ) ;
K ConfigSkeleton: : ItemUInt * itemMaxCustomURLSettings ;
itemMaxCustomURLSettings = new K ConfigSkeleton: : ItemUInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Custom URL Settings " ) , mMaxCustomURLSettings , 9 ) ;
TDE ConfigSkeleton: : ItemUInt * itemMaxCustomURLSettings ;
itemMaxCustomURLSettings = new TDE ConfigSkeleton: : ItemUInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Custom URL Settings " ) , mMaxCustomURLSettings , 9 ) ;
addItem ( itemMaxCustomURLSettings , TQString : : fromLatin1 ( " MaxCustomURLSettings " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Printing " ) ) ;
K ConfigSkeleton: : ItemBool * itemPrintFieldHeaders ;
itemPrintFieldHeaders = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Field Headers " ) , mPrintFieldHeaders , true ) ;
TDE ConfigSkeleton: : ItemBool * itemPrintFieldHeaders ;
itemPrintFieldHeaders = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Field Headers " ) , mPrintFieldHeaders , true ) ;
addItem ( itemPrintFieldHeaders , TQString : : fromLatin1 ( " PrintFieldHeaders " ) ) ;
K ConfigSkeleton: : ItemBool * itemPrintFormatted ;
itemPrintFormatted = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Formatted " ) , mPrintFormatted , true ) ;
TDE ConfigSkeleton: : ItemBool * itemPrintFormatted ;
itemPrintFormatted = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Formatted " ) , mPrintFormatted , true ) ;
addItem ( itemPrintFormatted , TQString : : fromLatin1 ( " PrintFormatted " ) ) ;
K ConfigSkeleton: : ItemBool * itemPrintGrouped ;
itemPrintGrouped = new K ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Grouped " ) , mPrintGrouped , true ) ;
TDE ConfigSkeleton: : ItemBool * itemPrintGrouped ;
itemPrintGrouped = new TDE ConfigSkeleton: : ItemBool ( currentGroup ( ) , TQString : : fromLatin1 ( " Print Grouped " ) , mPrintGrouped , true ) ;
addItem ( itemPrintGrouped , TQString : : fromLatin1 ( " PrintGrouped " ) ) ;
K ConfigSkeleton: : ItemInt * itemMaxImageWidth ;
itemMaxImageWidth = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Image Width " ) , mMaxImageWidth , 50 ) ;
TDE ConfigSkeleton: : ItemInt * itemMaxImageWidth ;
itemMaxImageWidth = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Image Width " ) , mMaxImageWidth , 50 ) ;
addItem ( itemMaxImageWidth , TQString : : fromLatin1 ( " MaxImageWidth " ) ) ;
K ConfigSkeleton: : ItemInt * itemMaxImageHeight ;
itemMaxImageHeight = new K ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Image Height " ) , mMaxImageHeight , 50 ) ;
TDE ConfigSkeleton: : ItemInt * itemMaxImageHeight ;
itemMaxImageHeight = new TDE ConfigSkeleton: : ItemInt ( currentGroup ( ) , TQString : : fromLatin1 ( " Max Image Height " ) , mMaxImageHeight , 50 ) ;
addItem ( itemMaxImageHeight , TQString : : fromLatin1 ( " MaxImageHeight " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - book " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateBook ;
itemTemplateBook = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBook , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateBook ;
itemTemplateBook = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBook , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateBook , TQString : : fromLatin1 ( " templateBook " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontBook ;
itemFontBook = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBook , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontBook ;
itemFontBook = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBook , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontBook , TQString : : fromLatin1 ( " fontBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorBook ;
itemBaseColorBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBook , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorBook ;
itemBaseColorBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBook , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorBook , TQString : : fromLatin1 ( " baseColorBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorBook ;
itemTextColorBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBook , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorBook ;
itemTextColorBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBook , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorBook , TQString : : fromLatin1 ( " textColorBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBook ;
itemHighlightedBaseColorBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBook , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBook ;
itemHighlightedBaseColorBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBook , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorBook , TQString : : fromLatin1 ( " highlightedBaseColorBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorBook ;
itemHighlightedTextColorBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBook , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorBook ;
itemHighlightedTextColorBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBook , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorBook , TQString : : fromLatin1 ( " highlightedTextColorBook " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - video " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateVideo ;
itemTemplateVideo = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateVideo , TQString : : fromLatin1 ( " Video " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateVideo ;
itemTemplateVideo = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateVideo , TQString : : fromLatin1 ( " Video " ) ) ;
addItem ( itemTemplateVideo , TQString : : fromLatin1 ( " templateVideo " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontVideo ;
itemFontVideo = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontVideo , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontVideo ;
itemFontVideo = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontVideo , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontVideo , TQString : : fromLatin1 ( " fontVideo " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorVideo ;
itemBaseColorVideo = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorVideo , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorVideo ;
itemBaseColorVideo = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorVideo , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorVideo , TQString : : fromLatin1 ( " baseColorVideo " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorVideo ;
itemTextColorVideo = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorVideo , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorVideo ;
itemTextColorVideo = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorVideo , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorVideo , TQString : : fromLatin1 ( " textColorVideo " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorVideo ;
itemHighlightedBaseColorVideo = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorVideo , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorVideo ;
itemHighlightedBaseColorVideo = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorVideo , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorVideo , TQString : : fromLatin1 ( " highlightedBaseColorVideo " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorVideo ;
itemHighlightedTextColorVideo = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorVideo , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorVideo ;
itemHighlightedTextColorVideo = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorVideo , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorVideo , TQString : : fromLatin1 ( " highlightedTextColorVideo " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - album " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateAlbum ;
itemTemplateAlbum = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateAlbum , TQString : : fromLatin1 ( " Album " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateAlbum ;
itemTemplateAlbum = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateAlbum , TQString : : fromLatin1 ( " Album " ) ) ;
addItem ( itemTemplateAlbum , TQString : : fromLatin1 ( " templateAlbum " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontAlbum ;
itemFontAlbum = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontAlbum , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontAlbum ;
itemFontAlbum = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontAlbum , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontAlbum , TQString : : fromLatin1 ( " fontAlbum " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorAlbum ;
itemBaseColorAlbum = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorAlbum , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorAlbum ;
itemBaseColorAlbum = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorAlbum , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorAlbum , TQString : : fromLatin1 ( " baseColorAlbum " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorAlbum ;
itemTextColorAlbum = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorAlbum , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorAlbum ;
itemTextColorAlbum = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorAlbum , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorAlbum , TQString : : fromLatin1 ( " textColorAlbum " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorAlbum ;
itemHighlightedBaseColorAlbum = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorAlbum , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorAlbum ;
itemHighlightedBaseColorAlbum = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorAlbum , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorAlbum , TQString : : fromLatin1 ( " highlightedBaseColorAlbum " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorAlbum ;
itemHighlightedTextColorAlbum = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorAlbum , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorAlbum ;
itemHighlightedTextColorAlbum = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorAlbum , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorAlbum , TQString : : fromLatin1 ( " highlightedTextColorAlbum " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - bibtex " ) ) ;
K ConfigSkeleton: : ItemPath * itemLyxpipe ;
itemLyxpipe = new K ConfigSkeleton: : ItemPath ( currentGroup ( ) , TQString : : fromLatin1 ( " lyxpipe " ) , mLyxpipe , TQString : : fromLatin1 ( " $HOME/.lyx/lyxpipe " ) ) ;
TDE ConfigSkeleton: : ItemPath * itemLyxpipe ;
itemLyxpipe = new TDE ConfigSkeleton: : ItemPath ( currentGroup ( ) , TQString : : fromLatin1 ( " lyxpipe " ) , mLyxpipe , TQString : : fromLatin1 ( " $HOME/.lyx/lyxpipe " ) ) ;
addItem ( itemLyxpipe , TQString : : fromLatin1 ( " lyxpipe " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateBibtex ;
itemTemplateBibtex = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBibtex , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateBibtex ;
itemTemplateBibtex = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBibtex , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateBibtex , TQString : : fromLatin1 ( " templateBibtex " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontBibtex ;
itemFontBibtex = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBibtex , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontBibtex ;
itemFontBibtex = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBibtex , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontBibtex , TQString : : fromLatin1 ( " fontBibtex " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorBibtex ;
itemBaseColorBibtex = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBibtex , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorBibtex ;
itemBaseColorBibtex = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBibtex , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorBibtex , TQString : : fromLatin1 ( " baseColorBibtex " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorBibtex ;
itemTextColorBibtex = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBibtex , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorBibtex ;
itemTextColorBibtex = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBibtex , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorBibtex , TQString : : fromLatin1 ( " textColorBibtex " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBibtex ;
itemHighlightedBaseColorBibtex = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBibtex , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBibtex ;
itemHighlightedBaseColorBibtex = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBibtex , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorBibtex , TQString : : fromLatin1 ( " highlightedBaseColorBibtex " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorBibtex ;
itemHighlightedTextColorBibtex = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBibtex , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorBibtex ;
itemHighlightedTextColorBibtex = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBibtex , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorBibtex , TQString : : fromLatin1 ( " highlightedTextColorBibtex " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - comic " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateComicBook ;
itemTemplateComicBook = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateComicBook , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateComicBook ;
itemTemplateComicBook = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateComicBook , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateComicBook , TQString : : fromLatin1 ( " templateComicBook " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontComicBook ;
itemFontComicBook = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontComicBook , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontComicBook ;
itemFontComicBook = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontComicBook , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontComicBook , TQString : : fromLatin1 ( " fontComicBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorComicBook ;
itemBaseColorComicBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorComicBook , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorComicBook ;
itemBaseColorComicBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorComicBook , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorComicBook , TQString : : fromLatin1 ( " baseColorComicBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorComicBook ;
itemTextColorComicBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorComicBook , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorComicBook ;
itemTextColorComicBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorComicBook , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorComicBook , TQString : : fromLatin1 ( " textColorComicBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorComicBook ;
itemHighlightedBaseColorComicBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorComicBook , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorComicBook ;
itemHighlightedBaseColorComicBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorComicBook , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorComicBook , TQString : : fromLatin1 ( " highlightedBaseColorComicBook " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorComicBook ;
itemHighlightedTextColorComicBook = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorComicBook , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorComicBook ;
itemHighlightedTextColorComicBook = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorComicBook , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorComicBook , TQString : : fromLatin1 ( " highlightedTextColorComicBook " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - wine " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateWine ;
itemTemplateWine = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateWine , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateWine ;
itemTemplateWine = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateWine , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateWine , TQString : : fromLatin1 ( " templateWine " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontWine ;
itemFontWine = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontWine , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontWine ;
itemFontWine = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontWine , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontWine , TQString : : fromLatin1 ( " fontWine " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorWine ;
itemBaseColorWine = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorWine , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorWine ;
itemBaseColorWine = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorWine , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorWine , TQString : : fromLatin1 ( " baseColorWine " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorWine ;
itemTextColorWine = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorWine , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorWine ;
itemTextColorWine = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorWine , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorWine , TQString : : fromLatin1 ( " textColorWine " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorWine ;
itemHighlightedBaseColorWine = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorWine , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorWine ;
itemHighlightedBaseColorWine = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorWine , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorWine , TQString : : fromLatin1 ( " highlightedBaseColorWine " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorWine ;
itemHighlightedTextColorWine = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorWine , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorWine ;
itemHighlightedTextColorWine = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorWine , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorWine , TQString : : fromLatin1 ( " highlightedTextColorWine " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - coin " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateCoin ;
itemTemplateCoin = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateCoin , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateCoin ;
itemTemplateCoin = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateCoin , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateCoin , TQString : : fromLatin1 ( " templateCoin " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontCoin ;
itemFontCoin = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontCoin , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontCoin ;
itemFontCoin = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontCoin , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontCoin , TQString : : fromLatin1 ( " fontCoin " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorCoin ;
itemBaseColorCoin = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorCoin , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorCoin ;
itemBaseColorCoin = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorCoin , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorCoin , TQString : : fromLatin1 ( " baseColorCoin " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorCoin ;
itemTextColorCoin = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorCoin , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorCoin ;
itemTextColorCoin = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorCoin , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorCoin , TQString : : fromLatin1 ( " textColorCoin " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorCoin ;
itemHighlightedBaseColorCoin = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorCoin , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorCoin ;
itemHighlightedBaseColorCoin = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorCoin , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorCoin , TQString : : fromLatin1 ( " highlightedBaseColorCoin " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorCoin ;
itemHighlightedTextColorCoin = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorCoin , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorCoin ;
itemHighlightedTextColorCoin = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorCoin , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorCoin , TQString : : fromLatin1 ( " highlightedTextColorCoin " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - stamp " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateStamp ;
itemTemplateStamp = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateStamp , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateStamp ;
itemTemplateStamp = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateStamp , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateStamp , TQString : : fromLatin1 ( " templateStamp " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontStamp ;
itemFontStamp = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontStamp , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontStamp ;
itemFontStamp = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontStamp , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontStamp , TQString : : fromLatin1 ( " fontStamp " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorStamp ;
itemBaseColorStamp = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorStamp , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorStamp ;
itemBaseColorStamp = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorStamp , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorStamp , TQString : : fromLatin1 ( " baseColorStamp " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorStamp ;
itemTextColorStamp = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorStamp , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorStamp ;
itemTextColorStamp = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorStamp , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorStamp , TQString : : fromLatin1 ( " textColorStamp " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorStamp ;
itemHighlightedBaseColorStamp = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorStamp , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorStamp ;
itemHighlightedBaseColorStamp = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorStamp , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorStamp , TQString : : fromLatin1 ( " highlightedBaseColorStamp " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorStamp ;
itemHighlightedTextColorStamp = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorStamp , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorStamp ;
itemHighlightedTextColorStamp = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorStamp , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorStamp , TQString : : fromLatin1 ( " highlightedTextColorStamp " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - card " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateCard ;
itemTemplateCard = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateCard , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateCard ;
itemTemplateCard = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateCard , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateCard , TQString : : fromLatin1 ( " templateCard " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontCard ;
itemFontCard = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontCard , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontCard ;
itemFontCard = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontCard , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontCard , TQString : : fromLatin1 ( " fontCard " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorCard ;
itemBaseColorCard = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorCard , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorCard ;
itemBaseColorCard = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorCard , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorCard , TQString : : fromLatin1 ( " baseColorCard " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorCard ;
itemTextColorCard = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorCard , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorCard ;
itemTextColorCard = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorCard , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorCard , TQString : : fromLatin1 ( " textColorCard " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorCard ;
itemHighlightedBaseColorCard = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorCard , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorCard ;
itemHighlightedBaseColorCard = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorCard , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorCard , TQString : : fromLatin1 ( " highlightedBaseColorCard " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorCard ;
itemHighlightedTextColorCard = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorCard , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorCard ;
itemHighlightedTextColorCard = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorCard , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorCard , TQString : : fromLatin1 ( " highlightedTextColorCard " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - game " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateGame ;
itemTemplateGame = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateGame , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateGame ;
itemTemplateGame = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateGame , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateGame , TQString : : fromLatin1 ( " templateGame " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontGame ;
itemFontGame = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontGame , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontGame ;
itemFontGame = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontGame , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontGame , TQString : : fromLatin1 ( " fontGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorGame ;
itemBaseColorGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorGame , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorGame ;
itemBaseColorGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorGame , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorGame , TQString : : fromLatin1 ( " baseColorGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorGame ;
itemTextColorGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorGame , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorGame ;
itemTextColorGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorGame , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorGame , TQString : : fromLatin1 ( " textColorGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorGame ;
itemHighlightedBaseColorGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorGame , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorGame ;
itemHighlightedBaseColorGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorGame , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorGame , TQString : : fromLatin1 ( " highlightedBaseColorGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorGame ;
itemHighlightedTextColorGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorGame , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorGame ;
itemHighlightedTextColorGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorGame , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorGame , TQString : : fromLatin1 ( " highlightedTextColorGame " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - file " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateFile ;
itemTemplateFile = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateFile , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateFile ;
itemTemplateFile = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateFile , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateFile , TQString : : fromLatin1 ( " templateFile " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontFile ;
itemFontFile = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontFile , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontFile ;
itemFontFile = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontFile , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontFile , TQString : : fromLatin1 ( " fontFile " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorFile ;
itemBaseColorFile = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorFile , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorFile ;
itemBaseColorFile = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorFile , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorFile , TQString : : fromLatin1 ( " baseColorFile " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorFile ;
itemTextColorFile = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorFile , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorFile ;
itemTextColorFile = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorFile , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorFile , TQString : : fromLatin1 ( " textColorFile " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorFile ;
itemHighlightedBaseColorFile = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorFile , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorFile ;
itemHighlightedBaseColorFile = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorFile , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorFile , TQString : : fromLatin1 ( " highlightedBaseColorFile " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorFile ;
itemHighlightedTextColorFile = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorFile , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorFile ;
itemHighlightedTextColorFile = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorFile , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorFile , TQString : : fromLatin1 ( " highlightedTextColorFile " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - boardgame " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateBoardGame ;
itemTemplateBoardGame = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBoardGame , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateBoardGame ;
itemTemplateBoardGame = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBoardGame , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateBoardGame , TQString : : fromLatin1 ( " templateBoardGame " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontBoardGame ;
itemFontBoardGame = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBoardGame , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontBoardGame ;
itemFontBoardGame = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBoardGame , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontBoardGame , TQString : : fromLatin1 ( " fontBoardGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorBoardGame ;
itemBaseColorBoardGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBoardGame , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorBoardGame ;
itemBaseColorBoardGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBoardGame , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorBoardGame , TQString : : fromLatin1 ( " baseColorBoardGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorBoardGame ;
itemTextColorBoardGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBoardGame , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorBoardGame ;
itemTextColorBoardGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBoardGame , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorBoardGame , TQString : : fromLatin1 ( " textColorBoardGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBoardGame ;
itemHighlightedBaseColorBoardGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBoardGame , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBoardGame ;
itemHighlightedBaseColorBoardGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBoardGame , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorBoardGame , TQString : : fromLatin1 ( " highlightedBaseColorBoardGame " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorBoardGame ;
itemHighlightedTextColorBoardGame = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBoardGame , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorBoardGame ;
itemHighlightedTextColorBoardGame = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBoardGame , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorBoardGame , TQString : : fromLatin1 ( " highlightedTextColorBoardGame " ) ) ;
setCurrentGroup ( TQString : : fromLatin1 ( " Options - entry " ) ) ;
K ConfigSkeleton: : ItemString * itemTemplateBase ;
itemTemplateBase = new K ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBase , TQString : : fromLatin1 ( " Fancy " ) ) ;
TDE ConfigSkeleton: : ItemString * itemTemplateBase ;
itemTemplateBase = new TDE ConfigSkeleton: : ItemString ( currentGroup ( ) , TQString : : fromLatin1 ( " Entry Template " ) , mTemplateBase , TQString : : fromLatin1 ( " Fancy " ) ) ;
addItem ( itemTemplateBase , TQString : : fromLatin1 ( " templateBase " ) ) ;
K ConfigSkeleton: : ItemFont * itemFontBase ;
itemFontBase = new K ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBase , TDEGlobalSettings : : generalFont ( ) ) ;
TDE ConfigSkeleton: : ItemFont * itemFontBase ;
itemFontBase = new TDE ConfigSkeleton: : ItemFont ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Font " ) , mFontBase , TDEGlobalSettings : : generalFont ( ) ) ;
addItem ( itemFontBase , TQString : : fromLatin1 ( " fontBase " ) ) ;
K ConfigSkeleton: : ItemColor * itemBaseColorBase ;
itemBaseColorBase = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBase , TDEGlobalSettings : : baseColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemBaseColorBase ;
itemBaseColorBase = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Base Color " ) , mBaseColorBase , TDEGlobalSettings : : baseColor ( ) ) ;
addItem ( itemBaseColorBase , TQString : : fromLatin1 ( " baseColorBase " ) ) ;
K ConfigSkeleton: : ItemColor * itemTextColorBase ;
itemTextColorBase = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBase , TDEGlobalSettings : : textColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemTextColorBase ;
itemTextColorBase = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Text Color " ) , mTextColorBase , TDEGlobalSettings : : textColor ( ) ) ;
addItem ( itemTextColorBase , TQString : : fromLatin1 ( " textColorBase " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBase ;
itemHighlightedBaseColorBase = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBase , TDEGlobalSettings : : highlightColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedBaseColorBase ;
itemHighlightedBaseColorBase = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlight Color " ) , mHighlightedBaseColorBase , TDEGlobalSettings : : highlightColor ( ) ) ;
addItem ( itemHighlightedBaseColorBase , TQString : : fromLatin1 ( " highlightedBaseColorBase " ) ) ;
K ConfigSkeleton: : ItemColor * itemHighlightedTextColorBase ;
itemHighlightedTextColorBase = new K ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBase , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
TDE ConfigSkeleton: : ItemColor * itemHighlightedTextColorBase ;
itemHighlightedTextColorBase = new TDE ConfigSkeleton: : ItemColor ( currentGroup ( ) , TQString : : fromLatin1 ( " Template Highlighted Text Color " ) , mHighlightedTextColorBase , TDEGlobalSettings : : highlightedTextColor ( ) ) ;
addItem ( itemHighlightedTextColorBase , TQString : : fromLatin1 ( " highlightedTextColorBase " ) ) ;
}