[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Dec 7 13:48:24 UTC 2004


CVS commit by okellogg: 

normalize includes


  M +5 -2      attribute.cpp   1.25


--- kdesdk/umbrello/umbrello/attribute.cpp  #1.24:1.25
@@ -13,5 +13,10 @@
  ***************************************************************************/
 
+// own header
 #include "attribute.h"
+// qt/kde includes
+#include <qregexp.h>
+#include <kdebug.h>
+// app includes
 #include "classifier.h"
 #include "umldoc.h"
@@ -19,6 +24,4 @@
 #include "dialogs/umlattributedialog.h"
 
-#include <qregexp.h>
-#include <kdebug.h>
 
 UMLAttribute::UMLAttribute( const UMLObject *parent, QString Name, Uml::IDType id,






More information about the umbrello-devel mailing list