~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to khtml/khtml_ext.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
  virtual const QList<KParts::ReadOnlyPart*> frames() const;
102
102
 
 
103
  virtual BrowserHostExtension* findFrameParent( KParts::ReadOnlyPart *callingPart, const QString &frame );
 
104
 
103
105
  virtual bool openURLInFrame( const KUrl &url, const KParts::URLArgs &urlArgs );
104
106
 
105
 
protected:
106
 
  virtual void virtual_hook( int id, void* data );
107
107
private:
108
108
  KHTMLPart *m_part;
109
109
};
153
153
{
154
154
    Q_OBJECT
155
155
public:
156
 
    KHTMLZoomFactorAction(KHTMLPart *part, bool direction, const QString& iconName, const QString& text, KActionCollection *parent, const char *name);
 
156
    KHTMLZoomFactorAction(KHTMLPart *part, bool direction, const QString& iconName, const QString& text, QObject *parent);
157
157
    virtual ~KHTMLZoomFactorAction();
158
158
 
159
159
protected Q_SLOTS: