summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/emailclient.cpp
authorllornkcor <llornkcor>2003-04-06 18:53:54 (UTC)
committer llornkcor <llornkcor>2003-04-06 18:53:54 (UTC)
commit5628a65ad0a6139e2a05b45e5f62794f12ff3d0f (patch) (side-by-side diff)
treea338cd8b4481cbed2fdc531588e9096afde2a233 /noncore/unsupported/mailit/emailclient.cpp
parent215efb47060fbfe67deb4b1bbd14c44ae08caed6 (diff)
downloadopie-5628a65ad0a6139e2a05b45e5f62794f12ff3d0f.zip
opie-5628a65ad0a6139e2a05b45e5f62794f12ff3d0f.tar.gz
opie-5628a65ad0a6139e2a05b45e5f62794f12ff3d0f.tar.bz2
change icons to pics dir
Diffstat (limited to 'noncore/unsupported/mailit/emailclient.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mailit/emailclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/mailit/emailclient.cpp b/noncore/unsupported/mailit/emailclient.cpp
index 7ba5c75..2e82623 100644
--- a/noncore/unsupported/mailit/emailclient.cpp
+++ b/noncore/unsupported/mailit/emailclient.cpp
@@ -143,12 +143,12 @@ void EmailClient::init()
bar = new QToolBar(this);
- getMailButton = new QAction(tr("Get all mail"), QPixmap("getmail.xpm"), QString::null, 0, this, 0);
+ getMailButton = new QAction(tr("Get all mail"), Resource::loadPixmap("mailit/getmail"), QString::null, 0, this, 0);
connect(getMailButton, SIGNAL(activated()), this, SLOT(getAllNewMail()) );
getMailButton->addTo(bar);
getMailButton->addTo(mail);
- sendMailButton = new QAction(tr("Send mail"), QPixmap("sendmail.xpm"), QString::null, 0, this, 0);
+ sendMailButton = new QAction(tr("Send mail"), Resource::loadPixmap("mailit/sendmail"), QString::null, 0, this, 0);
connect(sendMailButton, SIGNAL(activated()), this, SLOT(sendQuedMail()) );
sendMailButton->addTo(bar);
sendMailButton->addTo(mail);