Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown

pull/1/head
Timothy Pearson 10 years ago
parent 871c87863b
commit 084a9b69dd

@ -201,7 +201,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
//---------- "General" Page Setup ----------------------------------
m_toolBoxWidgets->insertItem(GENERALPAGE, generalOptions,
SmallIconSet("application-vnd.tde.misc"), i18n("General Settings"));
SmallIconSet("misc"), i18n("General Settings"));
TQWhatsThis::add(generalOptions, i18n("<p>Here you can set general parameters.</p>"));
TQGridLayout *zeroPageLayout = new TQGridLayout(generalOptions, 5, 1);

@ -188,7 +188,7 @@ ImageEffect_ICCProof::ImageEffect_ICCProof(TQWidget* parent)
//---------- "General" Page Setup ----------------------------------
m_toolBoxWidgets->insertItem(GENERALPAGE, generalOptions,
SmallIconSet("application-vnd.tde.misc"), i18n("General Settings"));
SmallIconSet("misc"), i18n("General Settings"));
TQWhatsThis::add(generalOptions, i18n("<p>Here you can set general parameters.</p>"));
TQGridLayout *zeroPageLayout = new TQGridLayout(generalOptions, 5, 1, spacingHint());

Loading…
Cancel
Save