[Kde-bindings] edits to header files in kjsembed cvs head

Peter Hyman pete4abw at comcast.net
Mon Sep 13 12:07:05 UTC 2004


The reference to <global.h> causes compile time errors with gcc 3.3.4 in
that the file, while in the current dir, is reported as missing.
Changing <global.h> to "global.h" relieves this problem

kjsembed/jsbinding.h:#include <global.h>
kjsembed/jsbuiltin.h:#include <global.h>
kjsembed/jseventutils.h:#include <global.h>
kjsembed/jsfactory.h:#include <global.h>
kjsembed/jsobjectproxy.h:#include <global.h>
kjsembed/jsproxy.h:#include <global.h>
kjsembed/jssecuritypolicy.h:#include <global.h>
kjsembed/jsvalueproxy.h:#include <global.h>
kjsembed/kjsembedpart.h:#include <global.h>
kjsembed/qtstubs.h:#include <global.h>
kjsembed/slotproxy.h:#include <global.h>
kjsembed/slotutils.h:#include <global.h>

Just FYI
-- 
Peter




More information about the Kde-bindings mailing list