diff options
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 80cf75f..8dba4f1 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -794,8 +794,8 @@ NotesAppearancePage::NotesAppearancePage(TQWidget * parent, const char * name) TQTabWidget *tabs = new TQTabWidget(this); layout->addWidget(tabs); - m_soundLook = new LinkLookEditWidget(this, i18n("Conference audio record"), "sound", tabs); - m_fileLook = new LinkLookEditWidget(this, i18n("Annual report"), "document", tabs); + m_soundLook = new LinkLookEditWidget(this, i18n("Conference audio record"), "audio-x-generic", tabs); + m_fileLook = new LinkLookEditWidget(this, i18n("Annual report"), "text-x-generic", tabs); m_localLinkLook = new LinkLookEditWidget(this, i18n("Home folder"), "folder_home", tabs); m_networkLinkLook = new LinkLookEditWidget(this, "www.kde.org", KMimeType::iconForURL("http://www.kde.org"), tabs); m_launcherLook = new LinkLookEditWidget(this, i18n("Launch %1").arg(kapp->aboutData()->programName()), "basket", tabs); |
