summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applnk/science.desktop2
-rw-r--r--ktouch/src/ktouch.cpp2
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)),