diff -r 6aeb7a756187 -r 3c88a81ff781 ginebra2/ContentViews/SuperPageView.h --- a/ginebra2/ContentViews/SuperPageView.h Thu Sep 23 15:32:11 2010 -0400 +++ b/ginebra2/ContentViews/SuperPageView.h Fri Oct 15 17:30:59 2010 -0400 @@ -28,10 +28,13 @@ virtual QList getContext(); virtual void show(); virtual void hide() {;} + virtual QString title() const; public slots: void addAction(const QString& action, const QString & script = QString()); private slots: void invokeScriptAction(); + signals: + void titleChanged(const QString & title); private: GWebContentView * m_contentView; QMap m_actions;