diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:55 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:55 -0500 |
commit | 042168b31acf269d87d14527197a218c2fc20a0f (patch) | |
tree | 90eba8d395910154a0cf10be5c988bbfca91785b /noatun-plugins/dub | |
parent | 873cb9fc70c1eefce5325a45e466d2be342025b2 (diff) | |
download | tdeaddons-042168b31acf269d87d14527197a218c2fc20a0f.tar.gz tdeaddons-042168b31acf269d87d14527197a218c2fc20a0f.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 'noatun-plugins/dub')
-rw-r--r-- | noatun-plugins/dub/dub/fileselectorwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/dub/dub/fileselectorwidget.cpp b/noatun-plugins/dub/dub/fileselectorwidget.cpp index 3e7ba33..4a62ecb 100644 --- a/noatun-plugins/dub/dub/fileselectorwidget.cpp +++ b/noatun-plugins/dub/dub/fileselectorwidget.cpp @@ -48,7 +48,7 @@ FileSelectorWidget::FileSelectorWidget(TQWidget *parent) lo->addWidget(hlow); home = new TQPushButton( hlow ); - home->setPixmap(SmallIcon("gohome")); + home->setPixmap(SmallIcon("go-home")); TQToolTip::add(home, i18n("Home folder")); up = new TQPushButton( /*i18n("&Up"),*/ hlow ); up->setPixmap(SmallIcon("go-up")); |