Deprecate KeePassHTTP and introduce WITH_XC_NETWORKING CMake option

This commit is contained in:
Janek Bevendorff 2018-01-17 00:56:47 +01:00
parent f2b3181735
commit f520a0f272
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
17 changed files with 127 additions and 43 deletions

View file

@ -287,7 +287,7 @@ void KMessageWidget::setMessageType(KMessageWidget::MessageType type)
bg1 = palette().highlight().color();
break;
case Warning:
bg1.setRgb(181, 102, 0); // values taken from kcolorscheme.cpp (Neutral)
bg1.setRgb(191, 126, 7); // values taken from kcolorscheme.cpp (Neutral)
break;
case Error:
bg1.setRgb(191, 3, 3); // values taken from kcolorscheme.cpp (Negative)