1
#ifndef __konq_browseriface_h__
2
#define __konq_browseriface_h__
4
#include <kparts/browserinterface.h>
8
class KonqBrowserInterface : public KParts::BrowserInterface
11
Q_PROPERTY( uint historyLength READ historyLength )
13
KonqBrowserInterface( KonqView *view, const char *name );
15
uint historyLength() const;
18
void goHistory( int );