summaryrefslogtreecommitdiffstats
path: root/hyperui/phoneview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/phoneview.cpp')
-rw-r--r--hyperui/phoneview.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/hyperui/phoneview.cpp b/hyperui/phoneview.cpp
index 10ebac6..ee20cfc 100644
--- a/hyperui/phoneview.cpp
+++ b/hyperui/phoneview.cpp
@@ -433,7 +433,9 @@ PhoneView::PhoneView(QGraphicsItem *parent)
m_display = new DialerDisplay(m_frame);
m_display->setPos(displayPos);
- m_contactsButton = new Button(Resource::pixmap("dialer_bt_contacts.png"), m_frame);
+ m_contactsButton = new Button(Resource::pixmap("dialer_bt_contacts.png"),
+ Resource::pixmap("dialer_bt_contacts_over.png"),
+ m_frame);
m_contactsButton->setPos(contactsButtonPos);
m_contactsButton->setFont(resourceButtonFont());