Fix typos from commit 8bd51635

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/21/head
Slávek Banko 10 years ago
parent 1fbffc1c21
commit e976d20e30

@ -89,7 +89,7 @@ TQPixmap FeedItem::errorPixmap()
TQPixmap FeedItem::defaultPixmap()
{
return TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small);
return TDEGlobal::iconLoader()->loadIcon("text-plain", TDEIcon::Small);
}
void FeedItem::initialize(Feed* node)

@ -497,7 +497,7 @@ void ViewManager::startDrag()
}
}
drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) );
drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( "x-office-address-book", TDEIcon::Desktop ) );
drag->dragCopy();
}

@ -112,7 +112,7 @@ class AddresseeIconViewItem : public TDEIconViewItem
setText( mAddressee.givenName() + " " + mAddressee.familyName() );
TQPixmap icon;
TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) );
TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( "x-office-address-book", TDEIcon::Desktop ) );
TDEABC::Picture pic = mAddressee.photo();
if ( pic.data().isNull() )
pic = mAddressee.logo();

Loading…
Cancel
Save