CVS commit by puetzk: some build fixes, use the right names and headers M +1 -1 diagramview.cpp 1.10 M +1 -1 pathtool.h 1.2 --- kdesdk/umbrello/umbrello/diagram/diagramview.cpp #1.9:1.10 @@ -35,5 +35,5 @@ DiagramView::DiagramView( Diagram *diagr { if( parent ) - m_toolBar = new ToolBar( UMLApp::app(), this, QMainWindow::Top ); + m_toolBar = new ToolBar( UMLApp::app(), this, QMainWindow::DockTop ); else m_toolBar = new ToolBar( UMLApp::app(), this ); --- kdesdk/umbrello/umbrello/diagram/pathtool.h #1.1:1.2 @@ -12,5 +12,5 @@ #include "tool.h" -#include +#include #include