summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:42 -0500
commitc83179688cf0aa148610cfc4e32ae6d83d8904b8 (patch)
tree484d2f66d835abccd8efd5b86505a4381a46db6d /buildtools
parent355c1149f2edf822adefb89dc8540ad90c786acb (diff)
downloadtdevelop-c83179688cf0aa148610cfc4e32ae6d83d8904b8.tar.gz
tdevelop-c83179688cf0aa148610cfc4e32ae6d83d8904b8.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/autotools/fileselectorwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/fileselectorwidget.cpp b/buildtools/autotools/fileselectorwidget.cpp
index c10db050..5cc066c6 100644
--- a/buildtools/autotools/fileselectorwidget.cpp
+++ b/buildtools/autotools/fileselectorwidget.cpp
@@ -83,7 +83,7 @@ FileSelectorWidget::FileSelectorWidget(AutoProjectPart* part, KFile::Mode mode,
home->setPixmap(SmallIcon("gohome"));
TQToolTip::add(home, i18n("Home directory"));
up = new TQPushButton( /*i18n("&Up"),*/ hlow );
- up->setPixmap(SmallIcon("up"));
+ up->setPixmap(SmallIcon("go-up"));
TQToolTip::add(up, i18n("Up one level"));
back = new TQPushButton( /*i18n("&Back"),*/ hlow );
back->setPixmap(SmallIcon("back"));