[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport (silent)

Andi Fischer andi.fischer at hispeed.ch
Tue Aug 19 21:48:11 UTC 2008


SVN commit 849665 by fischer:

SVN_SILENT: small cosmetics.

 M  +8 -9      import_utils.cpp  
 M  +6 -6      import_utils.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/import_utils.cpp #849664:849665
@@ -1,5 +1,4 @@
 /***************************************************************************
- *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -12,13 +11,6 @@
 // own header
 #include "import_utils.h"
 
-// qt/kde includes
-#include <QtCore/QMap>
-#include <QtCore/QRegExp>
-#include <kmessagebox.h>
-#include <kdebug.h>
-#include <klocale.h>
-
 // app includes
 #include "uml.h"
 #include "umldoc.h"
@@ -35,7 +27,15 @@
 #include "association.h"
 #include "object_factory.h"
 
+// kde includes
+#include <kmessagebox.h>
+#include <kdebug.h>
+#include <klocale.h>
 
+// qt includes
+#include <QtCore/QMap>
+#include <QtCore/QRegExp>
+
 namespace Import_Utils {
 
 /**
@@ -476,4 +476,3 @@
 }
 
 }  // end namespace Import_Utils
-
--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/import_utils.h #849664:849665
@@ -1,21 +1,21 @@
 /***************************************************************************
- *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *  copyright (C) 2005-2006                                                *
- *  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                   *
+ *   copyright (C) 2005-2008                                               *
+ *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
 #ifndef IMPORT_UTILS_H
 #define IMPORT_UTILS_H
 
-#include <qstringlist.h>
-#include "../umlnamespace.h"
-#include "../umlattributelist.h"
+#include "umlnamespace.h"
+#include "umlattributelist.h"
 
+#include <QtCore/QStringList>
+
 class UMLObject;
 class UMLClassifier;
 class UMLPackage;




More information about the umbrello-devel mailing list