Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556538 | Differences between
and this patch

Collapse All | Expand All

(-)src/robomongo/gui/AppStyle.h (-2 / +2 lines)
Lines 12-19 Link Here
12
        #include <QProxyStyle>
12
        #include <QProxyStyle>
13
        typedef QProxyStyle OsStyle;
13
        typedef QProxyStyle OsStyle;
14
    #else
14
    #else
15
        #include <QCleanlooksStyle>
15
        #include <QCommonStyle>
16
        typedef QCleanlooksStyle OsStyle;
16
        typedef QCommonStyle OsStyle;
17
    #endif
17
    #endif
18
#endif
18
#endif
19
19

Return to bug 556538