summaryrefslogtreecommitdiffstats
path: root/juk/tageditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/tageditor.cpp')
-rw-r--r--juk/tageditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/tageditor.cpp b/juk/tageditor.cpp
index 221d03a6..aa86393e 100644
--- a/juk/tageditor.cpp
+++ b/juk/tageditor.cpp
@@ -527,7 +527,7 @@ void TagEditor::setupLayout()
m_fileNameBox->setValidator(new FileNameValidator(TQT_TQOBJECT(m_fileNameBox)));
TQLabel *fileNameIcon = new TQLabel(this);
- fileNameIcon->setPixmap(SmallIcon("sound"));
+ fileNameIcon->setPixmap(SmallIcon("audio-x-generic"));
TQWidget *fileNameLabel = addHidden(new TQLabel(m_fileNameBox, i18n("&File name:"), this));
fileNameLayout->addWidget(addHidden(fileNameIcon));