From fd3f499e8127d271ecd51882455e912652dff35f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 18 Feb 2024 17:09:10 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- konversation/src/statuspanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konversation/src/statuspanel.cpp') diff --git a/konversation/src/statuspanel.cpp b/konversation/src/statuspanel.cpp index e6d2762..265fe29 100644 --- a/konversation/src/statuspanel.cpp +++ b/konversation/src/statuspanel.cpp @@ -223,7 +223,7 @@ void StatusPanel::sendFileMenu() void StatusPanel::indicateAway(bool show) { - // QT does not redraw the label properly when they are not on screen + // TQt does not redraw the label properly when they are not on screen // while getting hidden, so we remember the "soon to be" state here. if(isHidden()) { -- cgit v1.2.3