summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbkconfig_compiler/tests/myprefs.rb
blob: a4f1f08217e6f5f202f7b4ea493ebf38233d2fd4 (plain)
1
2
3
4
5
class MyPrefs < KDE::ConfigSkeleton
    def initialize( a )
        super( a )
    end
end