doc ├── CMakeLists.txt ├── de │   ├── CMakeLists.txt │   └── index.docbook ├── en_US │   ├── CMakeLists.txt │   ├── kcontrol │   │   ├── autostart │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── baloo │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── bell │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── bookmarks │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── cache │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── clock │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── CMakeLists.txt │   │   ├── colors │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── componentchooser │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── cookies │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── cursortheme │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── desktopthemedetails │   │   │   ├── clicking-apply.png │   │   │   ├── CMakeLists.txt │   │   │   ├── customizing.png │   │   │   └── index.docbook │   │   ├── ebrowsing │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── emoticons │   │   │   ├── CMakeLists.txt │   │   │   ├── emoticons.png │   │   │   └── index.docbook │   │   ├── filemanager │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── filetypes │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── fontinst │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── fonts │   │   │   ├── adjust-all.png │   │   │   ├── anti-aliasing.png │   │   │   ├── CMakeLists.txt │   │   │   ├── index.docbook │   │   │   └── main.png │   │   ├── history │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── icons │   │   │   ├── CMakeLists.txt │   │   │   ├── delete-theme.png │   │   │   ├── effects.png │   │   │   ├── get-new-theme.png │   │   │   ├── index.docbook │   │   │   ├── install-theme.png │   │   │   ├── main.png │   │   │   ├── size.png │   │   │   └── use-of-icons.png │   │   ├── joystick │   │   │   ├── CMakeLists.txt │   │   │   ├── index.docbook │   │   │   ├── joystick-calibration.png │   │   │   └── joystick-main.png │   │   ├── kcmaccess │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kcmcss │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kcmlaunch │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kcmnotify │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kcmsmserver │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kcmstyle │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── kded │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── keyboard │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── keys │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── khtml-adblock │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── khtml-behavior │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── khtml-general │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── khtml-java-js │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── khtml-plugins │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── language │   │   │   ├── CMakeLists.txt │   │   │   ├── index.docbook │   │   │   └── oxygen-22x22-document-revert.png │   │   ├── mouse │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── netpref │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── paths │   │   │   ├── CMakeLists.txt │   │   │   ├── index.docbook │   │   │   └── paths.png │   │   ├── performance │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── phonon │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── proxy │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── smb │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── solid-actions │   │   │   ├── add-action.png │   │   │   ├── CMakeLists.txt │   │   │   ├── edit-action.png │   │   │   ├── index.docbook │   │   │   └── main.png │   │   ├── solid-device-automounter │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── spellchecking │   │   │   ├── CMakeLists.txt │   │   │   └── index.docbook │   │   ├── splashscreen │   │   │   ├── CMakeLists.txt │   │   │   ├── get-new-theme.png │   │   │   ├── index.docbook │   │   │   └── splash-main.png │   │   └── useragent │   │   ├── CMakeLists.txt │   │   └── index.docbook │   ├── kfontview │   │   ├── CMakeLists.txt │   │   ├── index.docbook │   │   └── kfontview.png │   ├── knetattach │   │   ├── CMakeLists.txt │   │   ├── index.docbook │   │   ├── screenshot1.png │   │   ├── screenshot2.png │   │   ├── screenshot3.png │   │   ├── screenshot4.png │   │   └── screenshot.png │   └── plasma-desktop │   ├── add-widgets.png │   ├── CMakeLists.txt │   ├── desktop-settings.png │   ├── device_notifier_widget_actions.png │   ├── device_notifier_widget.png │   ├── index.docbook │   ├── panel-settings.png │   ├── plasma-desktop-annotated.png │   ├── system-tray-settings.png │   ├── system-tray-up-arrow.png │   └── taskbar-settings.png ├── it │   ├── CMakeLists.txt │   └── index.docbook ├── nl │   ├── CMakeLists.txt │   └── index.docbook ├── pt_BR │   ├── CMakeLists.txt │   └── index.docbook └── sv ├── CMakeLists.txt └── index.docbook 57 directories, 150 files