From 4ee3e12dfd0bf2267b09854f2ce0d09618144538 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 11:39:43 -0500 Subject: Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance --- atlantik/libatlantikui/trade_widget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'atlantik/libatlantikui/trade_widget.cpp') diff --git a/atlantik/libatlantikui/trade_widget.cpp b/atlantik/libatlantikui/trade_widget.cpp index e8c819aa..39ad6c34 100644 --- a/atlantik/libatlantikui/trade_widget.cpp +++ b/atlantik/libatlantikui/trade_widget.cpp @@ -180,8 +180,8 @@ void TradeDisplay::tradeItemAdded(TradeItem *tradeItem) TDEListViewItem *item = new TDEListViewItem(m_componentList, (tradeItem->from() ? tradeItem->from()->name() : TQString("?")), i18n("gives is transitive ;)", "gives"), (tradeItem->to() ? tradeItem->to()->name() : TQString("?")), tradeItem->text()); connect(tradeItem, TQT_SIGNAL(changed(TradeItem *)), this, TQT_SLOT(tradeItemChanged(TradeItem *))); - item->setPixmap(0, TQPixmap(SmallIcon("personal"))); - item->setPixmap(2, TQPixmap(SmallIcon("personal"))); + item->setPixmap(0, TQPixmap(SmallIcon("preferences-desktop-personal"))); + item->setPixmap(2, TQPixmap(SmallIcon("preferences-desktop-personal"))); if (TradeEstate *tradeEstate = dynamic_cast(tradeItem)) item->setPixmap(3, PortfolioEstate::drawPixmap(tradeEstate->estate())); @@ -205,9 +205,9 @@ void TradeDisplay::tradeItemChanged(TradeItem *t) if (item) { item->setText(0, t->from() ? t->from()->name() : TQString("?")); - item->setPixmap(0, TQPixmap(SmallIcon("personal"))); + item->setPixmap(0, TQPixmap(SmallIcon("preferences-desktop-personal"))); item->setText(2, t->to() ? t->to()->name() : TQString("?")); - item->setPixmap(2, TQPixmap(SmallIcon("personal"))); + item->setPixmap(2, TQPixmap(SmallIcon("preferences-desktop-personal"))); item->setText(3, t->text()); } } -- cgit v1.2.1