From c1cab57555a395c9da678b92f492779506421386 Mon Sep 17 00:00:00 2001 From: drw Date: Thu, 28 Apr 2005 23:59:32 +0000 Subject: Should have make these icons SmallIcon sized in the 1st place --- (limited to 'core/pim') diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 4fa9253..b4734a4 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -101,22 +101,22 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, QActionGroup *items = new QActionGroup( this, QString::null, false ); m_actionMail = new QAction( tr( "Write Mail To" ), - Opie::Core::OResource::loadPixmap( "addressbook/sendmail" ), + Opie::Core::OResource::loadPixmap( "addressbook/sendmail", Opie::Core::OResource::SmallIcon ), QString::null, 0, items, 0 ); connect( m_actionMail, SIGNAL(activated()), this, SLOT(writeMail()) ); a = new QAction( tr("Import vCard"), - Opie::Core::OResource::loadPixmap( "addressbook/fileimport" ), + Opie::Core::OResource::loadPixmap( "addressbook/fileimport", Opie::Core::OResource::SmallIcon ), QString::null, 0, items, 0 ); connect( a, SIGNAL(activated()), this, SLOT(importvCard()) ); a = new QAction( tr("Export vCard"), - Opie::Core::OResource::loadPixmap( "addressbook/fileexport" ), + Opie::Core::OResource::loadPixmap( "addressbook/fileexport", Opie::Core::OResource::SmallIcon ), QString::null, 0, items, 0 ); connect( a, SIGNAL(activated()), this, SLOT(exportvCard()) ); m_actionPersonal = new QAction( tr("My Personal Details"), - Opie::Core::OResource::loadPixmap( "addressbook/identity" ), + Opie::Core::OResource::loadPixmap( "addressbook/identity", Opie::Core::OResource::SmallIcon ), QString::null, 0, items, 0 , true ); connect( m_actionPersonal, SIGNAL(activated()), this, SLOT(slotPersonalView()) ); -- cgit v0.9.0.2