diff options
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r-- | src/systemtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 3d65a36..ba1f17d 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -102,7 +102,7 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu) // 2. And then if the icon is visible too (eg. this->show() has been called): useSystray = useSystray && isVisible(); - // 3. Kicker (or another systray manager) can be visible but tqmasked out of + // 3. Kicker (or another systray manager) can be visible but masked out of // the screen (ie. on right or on left of it). We check if the icon isn't // out of screen. if (useSystray) { |