summaryrefslogtreecommitdiffstats
path: root/src/gvcore/filethumbnailview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-12 17:47:46 -0500
committerTimothy Pearson <[email protected]>2014-10-12 17:47:46 -0500
commit481aeaea4aedb3c0c27a88815dcfca112b5f15e6 (patch)
treeaca90e7e1d8ad682e8e4c77639829f4470d60f35 /src/gvcore/filethumbnailview.cpp
parentaf36ac5647a15b00d994143b1371f395cc37fb5c (diff)
downloadgwenview-481aeaea4aedb3c0c27a88815dcfca112b5f15e6.tar.gz
gwenview-481aeaea4aedb3c0c27a88815dcfca112b5f15e6.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/gvcore/filethumbnailview.cpp')
-rw-r--r--src/gvcore/filethumbnailview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/filethumbnailview.cpp b/src/gvcore/filethumbnailview.cpp
index 5e9601c..2ed85bc 100644
--- a/src/gvcore/filethumbnailview.cpp
+++ b/src/gvcore/filethumbnailview.cpp
@@ -82,7 +82,7 @@ public:
setFrameStyle( TQFrame::StyledPanel | TQFrame::Raised );
mStop=new TQPushButton(this);
- mStop->setPixmap(SmallIcon("stop"));
+ mStop->setPixmap(SmallIcon("process-stop"));
mStop->setFlat(true);
mProgressBar=new KProgress(count, this);