parley
documentsettings.cpp
Go to the documentation of this file.00001 // This file is generated by kconfig_compiler from documentsettings.kcfg. 00002 // All changes you do to this file will be lost. 00003 00004 #include "documentsettings.h" 00005 00006 #include <klocale.h> 00007 00008 DocumentSettings::DocumentSettings( const QString & fileurl ) 00009 : KConfigSkeleton( QLatin1String( "parleyrc" ) ) 00010 , mParamfileurl(fileurl) 00011 { 00012 setCurrentGroup( QString( QLatin1String( "Document %1" ) ).arg( mParamfileurl ) ); 00013 00014 mConjugationTensesItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "ConjugationTenses" ), mConjugationTenses ); 00015 mConjugationTensesItem->setLabel( i18n("Selected tenses for conjugation practice.") ); 00016 mConjugationTensesItem->setWhatsThis( i18n("Selected tenses for conjugation practice.") ); 00017 addItem( mConjugationTensesItem, QLatin1String( "ConjugationTenses" ) ); 00018 } 00019 00020 DocumentSettings::~DocumentSettings() 00021 { 00022 } 00023
KDE 4.0 API Reference