summaryrefslogtreecommitdiffstats
path: root/ktouch/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:43 -0500
commit42228780417da140ee753182fe064af8cd026ac5 (patch)
treed3d834fe2defc6c4bc097242306bf9f0dbed5d60 /ktouch/src
parent550a5b725d42160e5bee7f4683db0693045d1d90 (diff)
downloadtdeedu-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
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)),