mainwindow.h
changeset 266 7d91b35c1b6f
parent 250 0e994bf2346b
child 269 4c3e9fa0093b
     1.1 --- a/mainwindow.h	Mon Mar 27 20:21:58 2006 +0000
     1.2 +++ b/mainwindow.h	Tue Mar 28 20:04:04 2006 +0000
     1.3 @@ -91,6 +91,7 @@
     1.4  	void editFindChanged();
     1.5  public slots:
     1.6  	void editOpenURL();
     1.7 +	void editOpenURLTab();
     1.8  private slots:
     1.9  	void editURL();
    1.10  	void editHeading2URL();
    1.11 @@ -176,12 +177,13 @@
    1.12      void helpAboutQT();
    1.13  
    1.14  private:
    1.15 -    QCanvas* canvas;
    1.16 +// not needed?    QCanvas* canvas;
    1.17  	QTabWidget *tabWidget;
    1.18  	FindWindow *findWindow;
    1.19  	QStringList lastMaps;
    1.20  	int maxLastMaps;
    1.21  	QString lastFileDir;
    1.22 +	QProcess *procBrowser;
    1.23  };
    1.24  
    1.25