From da8d6afa1726eabadd968c4f27ef4f87f573d510 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:17 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- kalarm/prefdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/prefdlg.cpp') diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp index b76d877d..f439d609 100644 --- a/kalarm/prefdlg.cpp +++ b/kalarm/prefdlg.cpp @@ -122,7 +122,7 @@ KAlarmPrefDlg::KAlarmPrefDlg() setWFlags(TQt::WDestructiveClose); setIconListAllVisible(true); - TQVBox* frame = addVBoxPage(i18n("General"), i18n("General"), DesktopIcon("application-vnd.tde.misc")); + TQVBox* frame = addVBoxPage(i18n("General"), i18n("General"), DesktopIcon("misc")); mMiscPage = new MiscPrefTab(frame); frame = addVBoxPage(i18n("Email"), i18n("Email Alarm Settings"), DesktopIcon("mail_generic")); -- cgit v1.2.3