broken konq-embed stuff in kde3.1

Luciano Montanaro mikelima at virgilio.it
Tue Apr 8 18:14:43 BST 2003


When compiling konqueror embedded using Qt-embedded, the compilation fails
due to this class Konqueror derived from ObjectImp declared in 
ecma/kjs_window.h.

The implementation of this object seems unfinished, and it is not clear to
me 
what it is used for. Can someone comment on this? 

Thanks
Luciano

#ifdef Q_WS_QWS
  class Konqueror : public ObjectImp {
    friend class KonquerorFunc;
  public:
    Konqueror(KHTMLPart *p) : part(p) { }
    virtual Value get(ExecState *exec, const UString &propertyName) const;
    virtual bool hasProperty(ExecState *exec, const UString &p) const;
    virtual UString toString(ExecState *exec) const;
    virtual const ClassInfo* classInfo() const { return &info; }
    static const ClassInfo info;
  private:
    KHTMLPart *part;
  };
#endif

-- 
Luciano Montanaro// My public GPG key can be  /"\ ASCII RIBBON
               \X/ found at wwwkeys.pgp.net   \ /   CAMPAIGN
                                               X  AGAINST HTML 
                                              / \     MAIL





More information about the kfm-devel mailing list