kdeui: unreserve KMessageBox::DialogType::SSLMessageBox

KIO SSL support was dropped some time ago (the certificates related code
that was used by konqueror)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-13 14:36:47 +02:00
parent a934004638
commit e596f9a5d6

View file

@ -81,10 +81,9 @@ public:
WarningContinueCancel = 3,
WarningYesNoCancel = 4,
Information = 5,
// Reserved for: SSLMessageBox = 6
Sorry = 7,
Error = 8,
QuestionYesNoCancel = 9
Sorry = 6,
Error = 7,
QuestionYesNoCancel = 8
};
enum Option