diff -r 053b8645e3e9 -r 67cfa6e6b863 mainwindow.h --- a/mainwindow.h Wed Oct 18 10:45:00 2006 +0000 +++ b/mainwindow.h Tue Oct 24 15:36:38 2006 +0000 @@ -96,6 +96,7 @@ void openVymLinks(const QStringList &); void editVymLink(); void editOpenMultipleVymLinks(); + void editHeadingFinished(); public slots: void editHeading(); void editOpenVymLink(); @@ -108,7 +109,7 @@ void editToggleScroll(); void editUnScrollAll(); void editNewBranch(); - void editNewBranchHere(); + void editNewBranchBefore(); void editNewBranchAbove(); void editNewBranchBelow(); void editImportAdd(); @@ -189,7 +190,7 @@ QStringList imageTypes; QLineEdit *lineedit; // to enter headings of branches - QString editSel; + QString prevSelection; Q3PtrList actionListBranches; @@ -219,7 +220,7 @@ QAction *actionEditHeading; QAction *actionEditDelete; QAction *actionEditAddBranch; - QAction *actionEditAddBranchHere; + QAction *actionEditAddBranchBefore; QAction *actionEditAddBranchAbove; QAction *actionEditAddBranchBelow; QAction *actionEditRemoveBranchKeepChilds;