summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/test9.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests/test9.h.ref')
-rw-r--r--tdecore/kconfig_compiler/tests/test9.h.ref82
1 files changed, 0 insertions, 82 deletions
diff --git a/tdecore/kconfig_compiler/tests/test9.h.ref b/tdecore/kconfig_compiler/tests/test9.h.ref
deleted file mode 100644
index 99d94c957..000000000
--- a/tdecore/kconfig_compiler/tests/test9.h.ref
+++ /dev/null
@@ -1,82 +0,0 @@
-// This file is generated by kconfig_compiler from test9.kcfg.
-// All changes you do to this file will be lost.
-#ifndef TEST9_H
-#define TEST9_H
-
-#include <kconfigskeleton.h>
-#include <kdebug.h>
-
-#include <tqdir.h>
-class Test9 : public TDEConfigSkeleton
-{
- public:
-
- Test9( const TQString & transport, const TQString & folder );
- ~Test9();
-
- /**
- Set MyStringList
- */
- void setMyStringList( const TQStringList & v )
- {
- if (!isImmutable( TQString::fromLatin1( "MyStringList" ) ))
- mMyStringList = v;
- }
-
- /**
- Get MyStringList
- */
- TQStringList myStringList() const
- {
- return mMyStringList;
- }
-
- /**
- Set This is a list of paths
- */
- void setMyPathList( const TQStringList & v )
- {
- if (!isImmutable( TQString::fromLatin1( "MyPathList" ) ))
- mMyPathList = v;
- }
-
- /**
- Get This is a list of paths
- */
- TQStringList myPathList() const
- {
- return mMyPathList;
- }
-
- /**
- Set This is an additional test for PathList
- */
- void setMyPathsList2( const TQStringList & v )
- {
- if (!isImmutable( TQString::fromLatin1( "MyPathsList2" ) ))
- mMyPathsList2 = v;
- }
-
- /**
- Get This is an additional test for PathList
- */
- TQStringList myPathsList2() const
- {
- return mMyPathsList2;
- }
-
- protected:
- public:
- TQString mParamtransport;
- TQString mParamfolder;
-
- // MyOptionsXX
- TQStringList mMyStringList;
- TQStringList mMyPathList;
- TQStringList mMyPathsList2;
-
- private:
-};
-
-#endif
-