From 073b2ea75373454380d44dd2aae4eb7529963e59 Mon Sep 17 00:00:00 2001 From: Tsu Jan Date: Tue, 25 Jun 2024 20:50:25 +0330 Subject: [PATCH] Just a perfectionistic cleanup ;) --- lib/Emulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Emulation.cpp b/lib/Emulation.cpp index ec904952..966797f1 100644 --- a/lib/Emulation.cpp +++ b/lib/Emulation.cpp @@ -52,7 +52,7 @@ Emulation::Emulation() : _keyTranslator(nullptr), _usesMouse(false), _bracketedPasteMode(false), - _toUtf16(QStringEncoder::Utf8) + _toUtf16(QStringConverter::Utf8) { // create screens with a default size _screen[0] = new Screen(40,80);