diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:58 -0500 |
commit | 88d7ebff6abf9536530707e79b9997ad2b24241b (patch) | |
tree | ea676ef619ef1e2120630d1d1e9a7ff3904e396e /filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | |
parent | 7c7af10eb50f1eed70b09281f1e9764483de63b4 (diff) | |
download | tdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.tar.gz tdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp index 2ba64931..7f4f7cfa 100644 --- a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp +++ b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp @@ -155,7 +155,7 @@ TQPixmap ShareListViewItem::createPropertyPixmap() if (_share->getBoolValue("printable")) { - p.drawPixmap(x,0,SmallIcon("fileprint")); + p.drawPixmap(x,0,SmallIcon("document-print")); x = x+w+margin; } @@ -308,7 +308,7 @@ void KcmSambaConf::initAdvancedTab() icon = SmallIcon("system-lock-screen"); else if (label == i18n("Printing")) - icon = SmallIcon("fileprint"); + icon = SmallIcon("document-print"); else if (label == i18n("Logon")) icon = SmallIcon("tdmconfig"); |