diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:49 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:49 -0500 |
commit | 54ca768e5053367fe60b5dce030b50dc6e3f2b1c (patch) | |
tree | 017a4f600a88b6e1440754b00931f5dc1f668dbd /src/kscopepixmaps.cpp | |
parent | 36b7e34a6842a3156eb22978895e971f87772cd5 (diff) | |
download | kscope-54ca768e5053367fe60b5dce030b50dc6e3f2b1c.tar.gz kscope-54ca768e5053367fe60b5dce030b50dc6e3f2b1c.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 'src/kscopepixmaps.cpp')
-rw-r--r-- | src/kscopepixmaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kscopepixmaps.cpp b/src/kscopepixmaps.cpp index 31dca4b..cc26c3f 100644 --- a/src/kscopepixmaps.cpp +++ b/src/kscopepixmaps.cpp @@ -331,7 +331,7 @@ TQPixmap KScopePixmaps::getPixmap(LoadPixName name) false); case ButtonSaveAs: - return m_loader.loadIcon("filesaveas", TDEIcon::Toolbar, + return m_loader.loadIcon("document-save-as", TDEIcon::Toolbar, 0, false); case ButtonZoomIn: |