diff options
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); |
