You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/xparts/mozilla/kmozillapart.h

28 lines
514 B

#ifndef _kmozillapart_h_
#define _kmozillapart_h_
#include "xparthost_kpart.h"
class TDEAboutData;
class TDEProcess;
class KMozillaPart : public XPartHost_KPart
{
TQ_OBJECT
public:
KMozillaPart(TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name, const TQStringList &);
virtual ~KMozillaPart();
virtual void createActions( const TQCString &xmlActions );
static TDEAboutData *createAboutData();
private:
TDEProcess *m_partProcess;
};
#endif