summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/windowmanager_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windowmanager_unittest.cc b/src/gui/windowmanager_unittest.cc
index d54851514..89fcca928 100644
--- a/src/gui/windowmanager_unittest.cc
+++ b/src/gui/windowmanager_unittest.cc
@@ -143,7 +143,7 @@ TEST_CASE("Windows tests", "windowmanager")
ConnectionDialog *connectionDialog = CREATEWIDGETR(ConnectionDialog,
// TRANSLATORS: connection dialog header
_("Connecting to server"),
- STATE_SWITCH_SERVER);
+ State::SWITCH_SERVER);
delete2(connectionDialog);
}
SECTION("loginDialog")
@@ -160,7 +160,7 @@ TEST_CASE("Windows tests", "windowmanager")
ConnectionDialog *connectionDialog = CREATEWIDGETR(ConnectionDialog,
// TRANSLATORS: connection dialog header
_("Logging in"),
- STATE_SWITCH_SERVER);
+ State::SWITCH_SERVER);
delete2(connectionDialog);
}