diff -r 7d91b35c1b6f -r 5d0cbeb02bf3 mapeditor.h --- a/mapeditor.h Tue Mar 28 20:04:04 2006 +0000 +++ b/mapeditor.h Wed Mar 29 09:11:09 2006 +0000 @@ -99,10 +99,11 @@ void addNewBranchHere(); // insert and make selection its void deleteSelection(); LinkableMapObj* getSelection(); // returns selection - bool select(const QString &); // Select void unselect(); // before changing current noteedit void reselect(); // after changing current noteedit + bool select(const QString &); // Select private: + void select(LinkableMapObj*); void selectNextBranch(); // Increment number of branch void selectPrevBranch(); // Decrement number of branch public: