mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
35 lines
485 B
Text
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
|
|
|