Bring keyboard icon into XDG compliance

(cherry picked from commit 3e23bfa58d)
pull/16/head
Timothy Pearson 10 years ago committed by Slávek Banko
parent 1a2f871729
commit 799c91ef96

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -4152,7 +4152,7 @@ TQPixmap TDEHardwareDevices::getDeviceTypeIconFromType(TDEGenericDeviceType::TDE
ret = DesktopIcon("input-mouse", size);
}
else if (query == TDEGenericDeviceType::Keyboard) {
ret = DesktopIcon("keyboard", size);
ret = DesktopIcon("input-keyboard", size);
}
else if (query == TDEGenericDeviceType::HID) {
ret = DesktopIcon("kcmdevices", size); // FIXME

Loading…
Cancel
Save