kdelibs/kdeui/tests/kconfig_compiler/test12.h.ref
2014-11-13 01:04:59 +02:00

35 lines
485 B
Text

// 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 <kglobal.h>
#include <kconfigskeleton.h>
#include <kdebug.h>
class Test12 : public KConfigSkeleton
{
public:
Test12( );
~Test12();
/**
Get RnRSource
*/
KUrl::List rnRSource() const
{
return mRnRSource;
}
protected:
// muon
KUrl::List mRnRSource;
private:
};
#endif