|
|
|
@ -148,9 +148,6 @@ void SkinSettings::slotPopulate()
|
|
|
|
|
skin_icon.load(skin_icon_url.path());
|
|
|
|
|
|
|
|
|
|
bool exists = false;
|
|
|
|
|
/* SkinListItem* item = 0;
|
|
|
|
|
* moved in the while loop to reduce pointer variable scope
|
|
|
|
|
*/
|
|
|
|
|
TQListViewItemIterator it2(skins_list);
|
|
|
|
|
|
|
|
|
|
while (it2.current())
|
|
|
|
@ -417,9 +414,6 @@ void SkinSettings::slotResetSelection()
|
|
|
|
|
void SkinSettings::slotUpdateSelection(const TQString& selection)
|
|
|
|
|
{
|
|
|
|
|
selected = selection;
|
|
|
|
|
/* SkinListItem* skin = 0;
|
|
|
|
|
* moved in the while loop to reduce pointer variable scope
|
|
|
|
|
*/
|
|
|
|
|
TQListViewItemIterator it(skins_list);
|
|
|
|
|
|
|
|
|
|
while (it.current())
|
|
|
|
|