summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_p.h
diff options
context:
space:
mode:
authorSami Merilä <sami.merila@nokia.com>2009-05-25 07:28:56 (GMT)
committerSami Merilä <sami.merila@nokia.com>2009-05-25 07:28:56 (GMT)
commit377a0ece82b91e00e4fc8935a73dc18cd218abf4 (patch)
treea139cd3df1158aad49390abd5fb2cdcb1f328dc6 /src/gui/styles/qs60style_p.h
parentfc8673c8a0e3ef11aa1eb8c932e0fcd843c11465 (diff)
downloadQt-377a0ece82b91e00e4fc8935a73dc18cd218abf4.zip
Qt-377a0ece82b91e00e4fc8935a73dc18cd218abf4.tar.gz
Qt-377a0ece82b91e00e4fc8935a73dc18cd218abf4.tar.bz2
S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.
Diffstat (limited to 'src/gui/styles/qs60style_p.h')
-rw-r--r--src/gui/styles/qs60style_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/styles/qs60style_p.h b/src/gui/styles/qs60style_p.h
index 1df202d..37c6ec7 100644
--- a/src/gui/styles/qs60style_p.h
+++ b/src/gui/styles/qs60style_p.h
@@ -358,8 +358,7 @@ public:
// gets lighter color than base color
static QColor lighterColor(const QColor &baseColor);
//deduces if the given widget should have separately themeable background
- //todo: change method name
- static bool isSkinnableDialog(const QWidget *widget);
+ static bool drawsOwnThemeBackground(const QWidget *widget);
// gets layout
static const QHash<QStyle::PixelMetric, int> &s60StyleLayout();