From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- xparts/mozilla/kmozillapart.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 xparts/mozilla/kmozillapart.h (limited to 'xparts/mozilla/kmozillapart.h') diff --git a/xparts/mozilla/kmozillapart.h b/xparts/mozilla/kmozillapart.h new file mode 100644 index 00000000..d7cef4b9 --- /dev/null +++ b/xparts/mozilla/kmozillapart.h @@ -0,0 +1,27 @@ +#ifndef _kmozillapart_h_ +#define _kmozillapart_h_ + +#include "xparthost_kpart.h" + +class KAboutData; +class KProcess; + +class KMozillaPart : public XPartHost_KPart +{ + Q_OBJECT + +public: + KMozillaPart(QWidget *parentWidget, const char *widgetName, + QObject *parent, const char *name, const QStringList &); + virtual ~KMozillaPart(); + + virtual void createActions( const QCString &xmlActions ); + + static KAboutData *createAboutData(); + +private: + KProcess *m_partProcess; +}; + +#endif + -- cgit v1.2.1