summaryrefslogtreecommitdiffstats
path: root/xparts/mozilla/kmozillapart.h
blob: 00589d146086c31a9468fb6a412e4cdcd50aa3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef _kmozillapart_h_
#define _kmozillapart_h_

#include "xparthost_kpart.h"

class TDEAboutData;
class TDEProcess;

class KMozillaPart : public XPartHost_KPart
{
    Q_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