summaryrefslogtreecommitdiffstats
path: root/src/tqtraylabel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-26 19:23:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-27 08:50:59 +0900
commit826116fdae1807e3cffb7b423ca89f9c56219e84 (patch)
treefbc0209e39d01075de0542b216715f14911f7bd7 /src/tqtraylabel.cpp
parent7362f2607518aca8d1ec3e6131d339c401dfa471 (diff)
downloadtdedocker-r14.1.2.tar.gz
tdedocker-r14.1.2.zip
Replace Qt with TQtr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5a656ce3be550f42e218f3c0042b1b22683cf96e)
Diffstat (limited to 'src/tqtraylabel.cpp')
-rw-r--r--src/tqtraylabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tqtraylabel.cpp b/src/tqtraylabel.cpp
index 056010c..7afed21 100644
--- a/src/tqtraylabel.cpp
+++ b/src/tqtraylabel.cpp
@@ -198,7 +198,7 @@ void TQTrayLabel::realityCheck(void)
if (!(attr.your_event_mask & SubstructureNotifyMask))
{
subscribe(display, None, SubstructureNotifyMask, true);
- TRACE("%s rescanning clients since qt overrode mask", me());
+ TRACE("%s rescanning clients since tqt overrode mask", me());
scanClients();
}