aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <[email protected]>2010-02-23 12:42:04 +0100
committerJens Bache-Wiig <[email protected]>2010-02-23 12:42:35 +0100
commitc94e06bbbda0fb9b02f334fd16edc0531fce0dba (patch)
treecac764a401b8c1e55458fa308326f9b5847b7023 /src/plugins/debugger/debuggerplugin.cpp
parentf717a7df300e374d456813342255cc1f4ef9f417 (diff)
Migrate ManhattanStyle to use QProxyStyle
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index d958110bc11..46339e57576 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -412,7 +412,7 @@ bool CommonOptionsPage::matches(const QString &s) const
static inline bool oxygenStyle()
{
if (const ManhattanStyle *ms = qobject_cast<const ManhattanStyle *>(qApp->style()))
- return !qstrcmp("OxygenStyle", ms->systemStyle()->metaObject()->className());
+ return !qstrcmp("OxygenStyle", ms->baseStyle()->metaObject()->className());
return false;
}