From daf23827766a9e3949c21880dde7dd52fd856d13 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 09:28:22 +0900 Subject: Rename KWinModule to TWinModule Signed-off-by: Michele Calgaro --- superkaramba/src/systemtray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superkaramba/src/systemtray.cpp') 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::ConstIterator end(systemTrayWindows.end()); for (TQValueList::ConstIterator it = systemTrayWindows.begin(); it!=end; ++it) -- cgit v1.2.3