diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-04 11:15:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-04 11:15:12 +0900 |
| commit | 31d05ba33da9bb6f848c9dd19f398c9c80f499fb (patch) | |
| tree | 6724aeb225463ae69236c751d70f1afc23d43afc /tdehtml/ecma/kjs_window.cpp | |
| parent | 53f603f284e8a36a764855f80b0ddaadfee818b8 (diff) | |
| download | tdelibs-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.cpp | 2 |
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); |
