browserinterface.h
00001
#ifndef __browserinterface_h__
00002
#define __browserinterface_h__
00003
00004
#include <qobject.h>
00005
#include <qvariant.h>
00006
00007
#include <kdelibs_export.h>
00008
00009
namespace KParts
00010 {
00011
00034 class KPARTS_EXPORT BrowserInterface :
public QObject
00035 {
00036 Q_OBJECT
00037
public:
00038 BrowserInterface(
QObject *parent,
const char *name = 0 );
00039
virtual ~BrowserInterface();
00040
00045
void callMethod(
const char *name,
const QVariant &argument );
00046 };
00047
00048 }
00049
00050
#endif
This file is part of the documentation for kparts Library Version 3.4.0.