summaryrefslogtreecommitdiffstats
path: root/tdehtml/ecma/kjs_window.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-04 11:15:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-04 11:15:12 +0900
commit31d05ba33da9bb6f848c9dd19f398c9c80f499fb (patch)
tree6724aeb225463ae69236c751d70f1afc23d43afc /tdehtml/ecma/kjs_window.cpp
parent53f603f284e8a36a764855f80b0ddaadfee818b8 (diff)
downloadtdelibs-rename/kwinmodule.tar.gz
tdelibs-rename/kwinmodule.zip
Rename KWinModule to TWinModulerename/kwinmodule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/ecma/kjs_window.cpp')
-rw-r--r--tdehtml/ecma/kjs_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/ecma/kjs_window.cpp b/tdehtml/ecma/kjs_window.cpp
index 96d703833..cd35624f6 100644
--- a/tdehtml/ecma/kjs_window.cpp
+++ b/tdehtml/ecma/kjs_window.cpp
@@ -161,7 +161,7 @@ Value Screen::get(ExecState *exec, const Identifier &p) const
Value Screen::getValueProperty(ExecState *exec, int token) const
{
#if defined TQ_WS_X11 && ! defined K_WS_QTONLY
- KWinModule info(0, KWinModule::INFO_DESKTOP);
+ TWinModule info(0, TWinModule::INFO_DESKTOP);
#endif
TQWidget *thisWidget = Window::retrieveActive(exec)->part()->widget();
TQRect sg = TDEGlobalSettings::desktopGeometry(thisWidget);