diff options
Diffstat (limited to 'src/tqtraylabel.cpp')
-rw-r--r-- | src/tqtraylabel.cpp | 2 |
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(); } |