~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kjsembed/kjsembed/eventproxy.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "qobject_binding.h"
24
24
#include <kjs/interpreter.h>
25
25
 
26
 
#include "global.h"
 
26
#include "kjseglobal.h"
27
27
#include "jseventmapper.h"
28
28
#include "jseventutils.h"
29
29
 
115
115
    args.append( JSEventUtils::event(exec, e) );
116
116
 
117
117
    // Call handler
118
 
    KJS::JSValue *result = fun->call( exec, jsobj, args );
 
118
    fun->call( exec, jsobj, args );
119
119
 
120
120
    if ( exec->hadException() ) {
121
121
    //TODO ext the script here with the error