diff -r 96b8406d4a2f -r 7d91b35c1b6f mainwindow.h --- a/mainwindow.h Mon Mar 27 20:21:58 2006 +0000 +++ b/mainwindow.h Tue Mar 28 20:04:04 2006 +0000 @@ -91,6 +91,7 @@ void editFindChanged(); public slots: void editOpenURL(); + void editOpenURLTab(); private slots: void editURL(); void editHeading2URL(); @@ -176,12 +177,13 @@ void helpAboutQT(); private: - QCanvas* canvas; +// not needed? QCanvas* canvas; QTabWidget *tabWidget; FindWindow *findWindow; QStringList lastMaps; int maxLastMaps; QString lastFileDir; + QProcess *procBrowser; };