|
|
@ -89,7 +89,7 @@ void ComponentSelectionPage::loadComponentList()
|
|
|
|
ComponentData *data = m_data->m_componentData.find(*it);
|
|
|
|
ComponentData *data = m_data->m_componentData.find(*it);
|
|
|
|
Q_ASSERT(data);
|
|
|
|
Q_ASSERT(data);
|
|
|
|
if (!data) continue;
|
|
|
|
if (!data) continue;
|
|
|
|
TQPixmap icon = DesktopIcon( data->icon, KIcon::SizeMedium );
|
|
|
|
TQPixmap icon = DesktopIcon( data->icon, TDEIcon::SizeMedium );
|
|
|
|
new ComponentViewItem(listComponent, data->caption, icon, data->id);
|
|
|
|
new ComponentViewItem(listComponent, data->caption, icon, data->id);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|