aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-06-23 11:43:53 +0300
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-06-24 09:50:01 +0300
commitb831818a749a7968bb734f12ddbdb984cc6ac983 (patch)
tree0bada5b7f84f7dac72e8328d187c5c59ff2a38b1 /mthemedaemon
parent51516eb8a5c630aa7a1ad219b18a427649b563ba (diff)
Changes: Icon IDs update according meegotouchtheme
RevBy: TuomasK Details: some icons has changed the name, old invalid IDs stayed in code and sometimes cause problems..
Diffstat (limited to 'mthemedaemon')
-rw-r--r--mthemedaemon/benchmark/common.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mthemedaemon/benchmark/common.cpp b/mthemedaemon/benchmark/common.cpp
index 9b0caf7e..e667c684 100644
--- a/mthemedaemon/benchmark/common.cpp
+++ b/mthemedaemon/benchmark/common.cpp
@@ -11,10 +11,10 @@ QList<QPair<QString,QSize> > Common::getPixmapsToRequest() {
QList<QPair<QString,QSize> > pixmapsToRequest;
pixmapsToRequest << QPair<QString,QSize>("icon-m-list", QSize(30, 30))
<< QPair<QString,QSize>("icon-m-grid", QSize(30, 30))
- << QPair<QString,QSize>("Icon-pictures", QSize(0, 0))
- << QPair<QString,QSize>("Icon-video", QSize(30, 30))
- << QPair<QString,QSize>("Icon-new-SMS", QSize(30, 30))
- << QPair<QString,QSize>("Icon-contacts", QSize(30, 30))
+ << QPair<QString,QSize>("icon-l-gallery", QSize(0, 0))
+ << QPair<QString,QSize>("icon-l-video", QSize(30, 30))
+ << QPair<QString,QSize>("icon-m-toolbar-send-sms", QSize(30, 30))
+ << QPair<QString,QSize>("icon-l-contacts", QSize(30, 30))
<< QPair<QString,QSize>("duilist-singlecolumn-center-background", QSize(0, 0))
<< QPair<QString,QSize>("duislider-background-received", QSize(0, 0))
<< QPair<QString,QSize>("duilist-singlerow-center-background-pressed", QSize(0, 0))