Rename HOkCancelPopup to HBoxPopup

This commit is contained in:
miruka 2019-09-09 06:25:08 -04:00
parent 2611e86517
commit 9286f54cd5
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
import "../SidePane"
HOkCancelPopup {
HBoxPopup {
id: popup
onAboutToShow: {

View File

@ -1,7 +1,7 @@
import QtQuick 2.12
import "../Base"
HOkCancelPopup {
HBoxPopup {
text: qsTr(
"Clear this room's messages?\n" +
"The messages will only be removed on your side. " +