#ifndef __xpart_browser_h__ #define __xpart_browser_h__ #include class XBrowserExtension : public DCOPObject { K_DCOP k_dcop: virtual void setBrowserSignals( const DCOPRef &ref) = 0; virtual TQByteArray saveState() = 0; virtual void restoreState( TQByteArray state ) = 0; }; #endif