summaryrefslogtreecommitdiffstats
path: root/src/k3binteractiondialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:43 -0500
commitba417264f4fa8b5046ffc1608c263a5d57272222 (patch)
tree90ad5ee136e52b4f3904f6d5e522ca706e5c2ff2 /src/k3binteractiondialog.cpp
parentd2e50abf124b25d61d1d2ea0efebb63e94c4e219 (diff)
downloadk3b-ba417264f4fa8b5046ffc1608c263a5d57272222.tar.gz
k3b-ba417264f4fa8b5046ffc1608c263a5d57272222.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 'src/k3binteractiondialog.cpp')
-rw-r--r--src/k3binteractiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3binteractiondialog.cpp b/src/k3binteractiondialog.cpp
index 5ece498..92031e2 100644
--- a/src/k3binteractiondialog.cpp
+++ b/src/k3binteractiondialog.cpp
@@ -94,7 +94,7 @@ K3bInteractionDialog::K3bInteractionDialog( TQWidget* parent,
layout2->addWidget( m_buttonLoadSettings );
m_buttonSaveSettings = new TQToolButton( /*i18n("Save User Defaults"), */this, "m_buttonSaveSettings" );
- ((TQToolButton*)m_buttonSaveSettings)->setIconSet( SmallIconSet( "filesave" ) );
+ ((TQToolButton*)m_buttonSaveSettings)->setIconSet( SmallIconSet( "document-save" ) );
layout2->addWidget( m_buttonSaveSettings );
mainGrid->addLayout( layout2, 2, 0 );