diff options
Diffstat (limited to 'korundum/rubylib/rbtdeconfig_compiler/tests/myprefs.rb')
-rw-r--r-- | korundum/rubylib/rbtdeconfig_compiler/tests/myprefs.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/korundum/rubylib/rbtdeconfig_compiler/tests/myprefs.rb b/korundum/rubylib/rbtdeconfig_compiler/tests/myprefs.rb new file mode 100644 index 00000000..a4f1f082 --- /dev/null +++ b/korundum/rubylib/rbtdeconfig_compiler/tests/myprefs.rb @@ -0,0 +1,5 @@ +class MyPrefs < KDE::ConfigSkeleton + def initialize( a ) + super( a ) + end +end |