// This file is generated by kconfig_compiler_kf5 from test_translation.kcfg. // All changes you do to this file will be lost. #include "test_translation_kde_domain.h" #include using namespace TestNameSpace; TestTranslationKdeDomain::TestTranslationKdeDomain( ) : KConfigSkeleton( QStringLiteral( "test_translation_rc" ) ) { setCurrentGroup( QStringLiteral( "General" ) ); KConfigSkeleton::ItemBool *itemAutoSave; itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false ); itemAutoSave->setLabel( i18nd("test-kcfg-kde", "Enable automatic saving of calendar") ); itemAutoSave->setWhatsThis( i18ndc("test-kcfg-kde", "@info:whatsthis", "Enable automatic saving of calendars to have calendars saved automatically.") ); addItem( itemAutoSave, QStringLiteral( "AutoSave" ) ); } TestTranslationKdeDomain::~TestTranslationKdeDomain() { }