summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/systemtray.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:28:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:28:22 +0900
commitdaf23827766a9e3949c21880dde7dd52fd856d13 (patch)
tree507422861003b60d07c5422836bfb5fbeaa577d1 /superkaramba/src/systemtray.cpp
parent1ddc8e16d8bfa6c24af40ed4b7d41a5fdda95a50 (diff)
downloadtdeutils-daf23827766a9e3949c21880dde7dd52fd856d13.tar.gz
tdeutils-daf23827766a9e3949c21880dde7dd52fd856d13.zip
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'superkaramba/src/systemtray.cpp')
-rw-r--r--superkaramba/src/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/systemtray.cpp b/superkaramba/src/systemtray.cpp
index ea93889..fa60475 100644
--- a/superkaramba/src/systemtray.cpp
+++ b/superkaramba/src/systemtray.cpp
@@ -82,7 +82,7 @@ void Systemtray::initSystray( void )
Display *display = tqt_xdisplay();
no_of_systray_windows = 0;
- twin_module = new KWinModule();
+ twin_module = new TWinModule();
systemTrayWindows = twin_module->systemTrayWindows();
TQValueList<WId>::ConstIterator end(systemTrayWindows.end());
for (TQValueList<WId>::ConstIterator it = systemTrayWindows.begin(); it!=end; ++it)