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.
40 lines
657 B
40 lines
657 B
// This file is generated by kconfig_compiler_kf5 from test_translation.kcfg. |
|
// All changes you do to this file will be lost. |
|
#ifndef TESTNAMESPACE_TESTTRANSLATIONKDE_H |
|
#define TESTNAMESPACE_TESTTRANSLATIONKDE_H |
|
|
|
#include <qglobal.h> |
|
#include <kconfigskeleton.h> |
|
#include <QCoreApplication> |
|
#include <QDebug> |
|
|
|
namespace TestNameSpace { |
|
|
|
class TestTranslationKde : public KConfigSkeleton |
|
{ |
|
public: |
|
|
|
TestTranslationKde( ); |
|
~TestTranslationKde(); |
|
|
|
|
|
/** |
|
Get Enable automatic saving of calendar |
|
*/ |
|
bool autoSave() const |
|
{ |
|
return mAutoSave; |
|
} |
|
|
|
protected: |
|
|
|
// General |
|
bool mAutoSave; |
|
|
|
private: |
|
}; |
|
|
|
} |
|
|
|
#endif |
|
|
|
|