CVS commit by pmk: fixed compilation with Q_WS_QWS M +1 -1 kjs_window.cpp 1.333 --- kdelibs/khtml/ecma/kjs_window.cpp #1.332:1.333 @@ -2052,5 +2052,5 @@ Value Konqueror::get(ExecState *exec, co } - return /*Function*/( new KonquerorFunc(this, p.qstring().latin1() ) ); + return Value( new KonquerorFunc(this, p.qstring().latin1() ) ); }