diff options
author | Timothy Pearson <[email protected]> | 2014-10-14 11:39:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-14 11:39:43 -0500 |
commit | 4ee3e12dfd0bf2267b09854f2ce0d09618144538 (patch) | |
tree | d19aea42fc74889b3b7445388f8c33a3aa173c7c /ktron | |
parent | 0aa01941fcf7468a1976917b768912c345b0a28d (diff) | |
download | tdegames-4ee3e12dfd0bf2267b09854f2ce0d09618144538.tar.gz tdegames-4ee3e12dfd0bf2267b09854f2ce0d09618144538.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 'ktron')
-rw-r--r-- | ktron/ktron.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/ktron.cpp b/ktron/ktron.cpp index 1209421a..33b6f561 100644 --- a/ktron/ktron.cpp +++ b/ktron/ktron.cpp @@ -184,7 +184,7 @@ void KTron::showSettings(){ TDEConfigDialog *dialog = new TDEConfigDialog(this, "settings", Settings::self()); dialog->addPage(new General(0, "General"), i18n("General"), "package_settings"); - dialog->addPage(new Ai(0, "Ai"), i18n("A.I."), "personal"); + dialog->addPage(new Ai(0, "Ai"), i18n("A.I."), "preferences-desktop-personal"); dialog->addPage(new Appearance(0, "Appearance"), i18n("Appearance"), "style"); connect(dialog, TQT_SIGNAL(settingsChanged()), tron, TQT_SLOT(loadSettings())); connect(dialog, TQT_SIGNAL(settingsChanged()), this, TQT_SLOT(loadSettings())); |