diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-11 11:11:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-11 11:11:44 -0500 |
commit | def64204982fa7b8b4d8e03ef197dbebc089136a (patch) | |
tree | 215bdf4a91bba9ff9e98369dabb5fd7c29eb1bf6 | |
parent | b2e0df6cf55f8accd86fb0a726724744857714f4 (diff) | |
download | tdebindings-def64204982fa7b8b4d8e03ef197dbebc089136a.tar.gz tdebindings-def64204982fa7b8b4d8e03ef197dbebc089136a.zip |
Changed icon theme sym link from default.kde -> default.tde.
-rw-r--r-- | qtruby/rubylib/examples/base/kicons.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/base/kicons.rb b/qtruby/rubylib/examples/base/kicons.rb index ea707f99..8748f957 100644 --- a/qtruby/rubylib/examples/base/kicons.rb +++ b/qtruby/rubylib/examples/base/kicons.rb @@ -19,7 +19,7 @@ class KIconCollection end def get_icon_path(icon_type) info = @icon_info[icon_type] - "#{tdedir}/share/icons/default.kde/#{dims}/#{info.collection}/#{info.id}.#{info.filetype}" + "#{tdedir}/share/icons/default.tde/#{dims}/#{info.collection}/#{info.id}.#{info.filetype}" end def get_icon_set(icon_type) path = get_icon_path(icon_type) |