// 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_qt.h" using namespace TestNameSpace; TestTranslationQt::TestTranslationQt( ) : KConfigSkeleton( QLatin1String( "test_translation_rc" ) ) { setCurrentGroup( QLatin1String( "General" ) ); KConfigSkeleton::ItemBool *itemAutoSave; itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Auto Save" ), mAutoSave, false ); itemAutoSave->setLabel( QCoreApplication::translate("TestTranslationQt", "Enable automatic saving of calendar") ); itemAutoSave->setWhatsThis( /*: @info:whatsthis */ QCoreApplication::translate("TestTranslationQt", "Enable automatic saving of calendars to have calendars saved automatically.") ); addItem( itemAutoSave, QLatin1String( "AutoSave" ) ); } TestTranslationQt::~TestTranslationQt() { }