// This file is generated by kconfig_compiler from test12.kcfg. // All changes you do to this file will be lost. #ifndef TEST12_H #define TEST12_H #include #include #include class Test12 : public KConfigSkeleton { public: Test12( ); ~Test12(); /** Get RnRSource */ KUrl::List rnRSource() const { return mRnRSource; } protected: // muon KUrl::List mRnRSource; private: }; #endif