author | harlekin <harlekin> | 2003-03-08 21:10:34 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-08 21:10:34 (UTC) |
commit | d44025daf7b191e1f79fe181b9ad1fcad20f3bdb (patch) (side-by-side diff) | |
tree | dfeca99f66ac32be7d7485aaf36b353a8d775dd3 | |
parent | 9e482f354732a04aebfe8ab9a9eb5cfaad5b3cdb (diff) | |
download | opie-d44025daf7b191e1f79fe181b9ad1fcad20f3bdb.zip opie-d44025daf7b191e1f79fe181b9ad1fcad20f3bdb.tar.gz opie-d44025daf7b191e1f79fe181b9ad1fcad20f3bdb.tar.bz2 |
use the opie wide config icon
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 2 | ||||
-rw-r--r-- | pics/addressbook/configure.png | bin | 485 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 8937227..14e5b3f 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -211,17 +211,17 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, #ifdef __DEBUG_RELEASE // Remove this function for public Release ! This is only // for debug purposes .. a = new QAction( tr( "Save all Data"), QString::null, 0, 0 ); connect( a, SIGNAL( activated() ), this , SLOT( slotSave() ) ); a->addTo( edit ); #endif - a = new QAction( tr( "Config" ), Resource::loadPixmap( "addressbook/configure" ), QString::null, + a = new QAction( tr( "Config" ), Resource::loadPixmap( "SettingsIcon" ), QString::null, 0, this, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( slotConfig() ) ); a->addTo( edit ); // Create Views listContainer = new QWidget( this ); QVBoxLayout *vb = new QVBoxLayout( listContainer ); diff --git a/pics/addressbook/configure.png b/pics/addressbook/configure.png Binary files differdeleted file mode 100644 index dd68320..0000000 --- a/pics/addressbook/configure.png +++ b/dev/null |