diff -r 699f28529079 -r 41c3d7f9f532 mainwindow.h --- a/mainwindow.h Tue Aug 15 12:01:14 2006 +0000 +++ b/mainwindow.h Tue Aug 29 08:31:42 2006 +0000 @@ -1,17 +1,12 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#include -#include -#include -#include -#include #include +#include #include +#include #include -#include -#include -#include +#include //Added by qt3to4: #include #include @@ -94,16 +89,20 @@ void editOpenFindWindow(); void editFind(QString); void editFindChanged(); +private: + void openTabs(QStringList); public slots: void editOpenURL(); void editOpenURLTab(); private slots: + void editOpenMultipleURLTabs(); void editURL(); void editHeading2URL(); void editBugzilla2URL(); void editFATE2URL(); void editVymLink(); public slots: + void editHeading(); void editOpenVymLink(); private slots: void editDeleteVymLink(); @@ -113,7 +112,6 @@ void editMoveDown(); void editToggleScroll(); void editUnScrollAll(); - void editHeading(); void editNewBranch(); void editNewBranchHere(); void editNewBranchAbove(); @@ -188,9 +186,11 @@ FindWindow *findWindow; QStringList lastMaps; int maxLastMaps; - Q3Process *procBrowser; + QProcess *procBrowser; QStringList imageTypes; + + QLineEdit *lineedit; // to enter headings of branches };