diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 11:28:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 11:28:13 +0900 |
| commit | 1176a426d610ad86cee41ed2c04fce727fa8699f (patch) | |
| tree | 03727ce832e6a2ff6184baa6295af689cf97ea25 /tdejava | |
| parent | b4ad3d61df0e3e9a342d3d32ae215c6e8a28110f (diff) | |
| download | tdebindings-1176a426d610ad86cee41ed2c04fce727fa8699f.tar.gz tdebindings-1176a426d610ad86cee41ed2c04fce727fa8699f.zip | |
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdejava')
| -rw-r--r-- | tdejava/koala/org/trinitydesktop/koala/KPassivePopup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/KPassivePopup.java b/tdejava/koala/org/trinitydesktop/koala/KPassivePopup.java index a52db72e..a2f10cfe 100644 --- a/tdejava/koala/org/trinitydesktop/koala/KPassivePopup.java +++ b/tdejava/koala/org/trinitydesktop/koala/KPassivePopup.java @@ -355,7 +355,7 @@ public class KPassivePopup extends TQFrame { /** If no relative window (eg taskbar button, system tray window) is available, use this rectangle (pass it to moveNear()). - Basically KWinModule.workArea() with width and height set to 0 + Basically TWinModule.workArea() with width and height set to 0 so that moveNear uses the upper-left position. @return The TQRect to be passed to moveNear() if no other is available. |
