Fixed icons highlighting in moodin engine. This resolve bug 2009.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 9 years ago
parent 4bdcac9026
commit 3b45645a64

@ -55,12 +55,12 @@ public:
TQStringList l; TQStringList l;
l << "filetypes"; // 1 filetypes l << "filetypes"; // 1 filetypes
l << "exec"; // 2 exec l << "application-x-executable"; // 2 application-x-executable
l << "key_bindings"; // 3 key_bindings l << "key_bindings"; // 3 key_bindings
l << "window_list"; // 4 window_list l << "window_list"; // 4 window_list
l << "desktop"; // 5 desktop l << "desktop"; // 5 desktop
l << "style"; // 6 style l << "style"; // 6 style
l << "kcmsystem"; // 7 kcmsystem l << "preferences-system"; // 7 preferences-system
l << "go"; // 8 go l << "go"; // 8 go
return l; return l;

Loading…
Cancel
Save