// This file is generated by kconfig_compiler from test10.kcfg. // All changes you do to this file will be lost. #ifndef TEST10_H #define TEST10_H #include #include #include class Test10 : public KConfigSkeleton { public: static Test10 *self(); ~Test10(); /** Get foo bar */ static QUrl fooBar() { return self()->mFooBar; } /** Get bar foo */ static QList barFoo() { return self()->mBarFoo; } protected: Test10(); friend class Test10Helper; // Foo QUrl mFooBar; QList mBarFoo; private: }; #endif