summaryrefslogtreecommitdiffstats
path: root/tdeprint/tdefilelist.cpp
diff options
context:
space:
mode:
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);