You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
860 B

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