// This file is generated by kconfig_compiler_kf5 from test_translation.kcfg. // All changes you do to this file will be lost. #ifndef TESTNAMESPACE_TESTTRANSLATIONQT_H #define TESTNAMESPACE_TESTTRANSLATIONQT_H #include #include #include #include namespace TestNameSpace { class TestTranslationQt : public KConfigSkeleton { public: TestTranslationQt( ); ~TestTranslationQt(); /** Get Enable automatic saving of calendar */ bool autoSave() const { return mAutoSave; } protected: // General bool mAutoSave; private: }; } #endif