diff options
author | Timothy Pearson <[email protected]> | 2014-10-14 11:39:35 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-14 11:39:35 -0500 |
commit | 9258dfcea4c6dbf4018d848d3ec099bcb6b3e8ec (patch) | |
tree | 5c84d83627a288e648d10714a5babe33b105487c | |
parent | d064ce0c33bc7beed58af2416482a5954d12ee62 (diff) | |
download | konversation-9258dfcea4c6dbf4018d848d3ec099bcb6b3e8ec.tar.gz konversation-9258dfcea4c6dbf4018d848d3ec099bcb6b3e8ec.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-- | konversation/src/konvisettingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/konvisettingsdialog.cpp b/konversation/src/konvisettingsdialog.cpp index 19aeca4..0907419 100644 --- a/konversation/src/konvisettingsdialog.cpp +++ b/konversation/src/konvisettingsdialog.cpp @@ -52,7 +52,7 @@ KonviSettingsDialog::KonviSettingsDialog( TQWidget *parent) : TQStringList iconPath; iconPath << i18n("Interface"); - setFolderIcon( iconPath, SmallIcon("looknfeel") ); + setFolderIcon( iconPath, SmallIcon("preferences-desktop") ); iconPath.clear(); iconPath << i18n("Behavior"); |