summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/servertreeview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:45 -0500
commita2541c112aa09e2f20ae10006d4aa70e61c31761 (patch)
tree823126918df2203eb642141f1327132da845c2dd /quanta/treeviews/servertreeview.cpp
parentb4de4028d650dadc18755f6d4f0c268e53051c59 (diff)
downloadtdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.tar.gz
tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'quanta/treeviews/servertreeview.cpp')
-rw-r--r--quanta/treeviews/servertreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/servertreeview.cpp b/quanta/treeviews/servertreeview.cpp
index 88b4533e..d0d6d649 100644
--- a/quanta/treeviews/servertreeview.cpp
+++ b/quanta/treeviews/servertreeview.cpp
@@ -148,7 +148,7 @@ KFileTreeBranch* ServerTreeView::newBranch(const KURL& url)
KURL branchURL = url;
branchURL.adjustPath(+1);
BaseTreeBranch* newBrnch = 0;
- newBrnch = new ServerTreeBranch(this, branchURL, branchURL.prettyURL(), SmallIcon("up"), true);
+ newBrnch = new ServerTreeBranch(this, branchURL, branchURL.prettyURL(), SmallIcon("go-up"), true);
newBrnch->setShowingDotFiles(qConfig.showHiddenFiles);
addBranch(newBrnch);
return newBrnch;