summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/fileselectorwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:59 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:59 -0500
commitfd06cd80d2fb44f970b3d7b026f9eb3c330a46cf (patch)
tree2bd2b0a11d76b5c2ff5f19b680dd98022d74d284 /buildtools/autotools/fileselectorwidget.cpp
parent5881f8d059e23069bd634bbdcff2df82724f9fd4 (diff)
downloadtdevelop-fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf.tar.gz
tdevelop-fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf.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 'buildtools/autotools/fileselectorwidget.cpp')
-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 5cc066c6..85bb32c0 100644
--- a/buildtools/autotools/fileselectorwidget.cpp
+++ b/buildtools/autotools/fileselectorwidget.cpp
@@ -80,7 +80,7 @@ FileSelectorWidget::FileSelectorWidget(AutoProjectPart* part, KFile::Mode mode,
lo->addWidget(hlow);
home = new TQPushButton( hlow );
- home->setPixmap(SmallIcon("gohome"));
+ home->setPixmap(SmallIcon("go-home"));
TQToolTip::add(home, i18n("Home directory"));
up = new TQPushButton( /*i18n("&Up"),*/ hlow );
up->setPixmap(SmallIcon("go-up"));