diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:43 -0500 |
commit | 42228780417da140ee753182fe064af8cd026ac5 (patch) | |
tree | d3d834fe2defc6c4bc097242306bf9f0dbed5d60 | |
parent | 550a5b725d42160e5bee7f4683db0693045d1d90 (diff) | |
download | tdeedu-42228780417da140ee753182fe064af8cd026ac5.tar.gz tdeedu-42228780417da140ee753182fe064af8cd026ac5.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
-rw-r--r-- | applnk/science.desktop | 2 | ||||
-rw-r--r-- | ktouch/src/ktouch.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applnk/science.desktop b/applnk/science.desktop index b1be0443..f088d5c4 100644 --- a/applnk/science.desktop +++ b/applnk/science.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Icon=edu_science +Icon=applications-science Name=Science Name[af]=Wetenskap Name[ar]=العلم diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp index 09c07f58..e1e3e172 100644 --- a/ktouch/src/ktouch.cpp +++ b/ktouch/src/ktouch.cpp @@ -430,7 +430,7 @@ void KTouch::optionsPreferences() { m_pageKeyboard = new KTouchPrefKeyboardLayout(0, "Keyboard"); dialog->addPage(m_pageKeyboard, i18n("Keyboard Settings"), "keyboard_layout"); m_pageColors = new KTouchPrefColorsLayout(0, "Colors"); - dialog->addPage(m_pageColors, i18n("Color Settings"), "package_graphics"); + dialog->addPage(m_pageColors, i18n("Color Settings"), "applications-graphics"); connect(dialog, TQT_SIGNAL(settingsChanged()), TQT_TQOBJECT(this), TQT_SLOT(applyPreferences())); // TODO : Connect some other buttons/check boxes of the dialog connect(m_pageGeneral->kcfg_OverrideLectureFont, TQT_SIGNAL(toggled(bool)), |