summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-11 11:11:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-11 11:11:44 -0500
commitdef64204982fa7b8b4d8e03ef197dbebc089136a (patch)
tree215bdf4a91bba9ff9e98369dabb5fd7c29eb1bf6 /qtruby/rubylib
parentb2e0df6cf55f8accd86fb0a726724744857714f4 (diff)
downloadtdebindings-def64204982fa7b8b4d8e03ef197dbebc089136a.tar.gz
tdebindings-def64204982fa7b8b4d8e03ef197dbebc089136a.zip
Changed icon theme sym link from default.kde -> default.tde.
Diffstat (limited to 'qtruby/rubylib')
-rw-r--r--qtruby/rubylib/examples/base/kicons.rb2
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)