|
|
@ -19,7 +19,7 @@ class KIconCollection
|
|
|
|
end
|
|
|
|
end
|
|
|
|
def get_icon_path(icon_type)
|
|
|
|
def get_icon_path(icon_type)
|
|
|
|
info = @icon_info[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
|
|
|
|
end
|
|
|
|
def get_icon_set(icon_type)
|
|
|
|
def get_icon_set(icon_type)
|
|
|
|
path = get_icon_path(icon_type)
|
|
|
|
path = get_icon_path(icon_type)
|
|
|
|