summaryrefslogtreecommitdiffstats
path: root/ktouch/src
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src')
-rw-r--r--ktouch/src/ktouch.cpp2
1 files changed, 1 insertions, 1 deletions
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)),