diff -r 058b0e70f5ec -r 3368b54c7946 mapeditor.cpp --- a/mapeditor.cpp Mon May 05 13:46:42 2008 +0000 +++ b/mapeditor.cpp Fri Jul 11 12:36:38 2008 +0000 @@ -59,6 +59,8 @@ MapEditor::MapEditor( QWidget* parent) : QGraphicsView(parent) { + setObjectName ("MapEditor"); + //cout << "Constructor ME "<getOrientation()==LinkableMapObj::RightOfCenter) selectNextBranchInt(); else @@ -3099,6 +3102,7 @@ selectPrevBranchInt(); else selectNextBranchInt(); + } }