summaryrefslogtreecommitdiffstats
path: root/konversation/src/statuspanel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-18 17:09:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-18 20:56:32 +0900
commitfd3f499e8127d271ecd51882455e912652dff35f (patch)
treeef5878d7e44d911800078365cf46d8e283feb906 /konversation/src/statuspanel.cpp
parent127cd170f66e2f160aa84aa7c2fab596b083161e (diff)
downloadkonversation-fd3f499e8127d271ecd51882455e912652dff35f.tar.gz
konversation-fd3f499e8127d271ecd51882455e912652dff35f.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konversation/src/statuspanel.cpp')
-rw-r--r--konversation/src/statuspanel.cpp2
1 files changed, 1 insertions, 1 deletions
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())
{