summaryrefslogtreecommitdiffstats
path: root/tdeprint/tdefilelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:57 -0500
commitbab4f22f92cb4960c7a7c17845813de2082ffdc9 (patch)
tree640b74651a92cff1c0ad2d5f0d3fd497b0ebb318 /tdeprint/tdefilelist.cpp
parent43022555c031434da009032eceb8e6061e969d5f (diff)
downloadtdelibs-bab4f22f92cb4960c7a7c17845813de2082ffdc9.tar.gz
tdelibs-bab4f22f92cb4960c7a7c17845813de2082ffdc9.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 'tdeprint/tdefilelist.cpp')
-rw-r--r--tdeprint/tdefilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdefilelist.cpp b/tdeprint/tdefilelist.cpp
index 607fab296..311950e02 100644
--- a/tdeprint/tdefilelist.cpp
+++ b/tdeprint/tdefilelist.cpp
@@ -110,7 +110,7 @@ KFileList::KFileList(TQWidget *parent, const char *name)
connect(m_files, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotSelectionChanged()));
m_add = new TQToolButton(this);
- m_add->setIconSet(SmallIconSet("fileopen"));
+ m_add->setIconSet(SmallIconSet("document-open"));
connect(m_add, TQT_SIGNAL(clicked()), TQT_SLOT(slotAddFile()));
TQToolTip::add(m_add, i18n("Add file"));
TQWhatsThis::add(m_add, whatsThisAddFileButton);