[Uml-devel] KDE/kdesdk/umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Mon Apr 14 09:09:24 UTC 2008


SVN commit 796750 by fischer:

Change include guards to appropriatedly encoded macro names.

 M  +3 -3      associationwidgetlist.h  
 M  +4 -4      codeaccessormethodlist.h  
 M  +4 -4      codeclassfieldlist.h  
 M  +4 -4      codedocumentlist.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidgetlist.h #796749:796750
@@ -15,10 +15,10 @@
  *                                                                         *
  ***************************************************************************/
 
-#ifndef _ASSOCIATIONWIDGETLIST_H
-#define _ASSOCIATIONWIDGETLIST_H
+#ifndef ASSOCIATIONWIDGETLIST_H
+#define ASSOCIATIONWIDGETLIST_H
 
-#include <qlist.h>
+#include <QtCore/QList>
 
 // forward declarations
 class AssociationWidget;
--- trunk/KDE/kdesdk/umbrello/umbrello/codeaccessormethodlist.h #796749:796750
@@ -5,14 +5,14 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2004-2007                                               *
+ *   copyright (C) 2004-2008                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
-#ifndef _CODEACCESSORMETHODLIST_H
-#define _CODEACCESSORMETHODLIST_H
+#ifndef CODEACCESSORMETHODLIST_H
+#define CODEACCESSORMETHODLIST_H
 
-#include <QList>
+#include <QtCore/QList>
 
 // forward declarations
 class CodeAccessorMethod;
--- trunk/KDE/kdesdk/umbrello/umbrello/codeclassfieldlist.h #796749:796750
@@ -5,14 +5,14 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2004-2007                                               *
+ *   copyright (C) 2004-2008                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
-#ifndef _CODECLASSFIELDLIST_H
-#define _CODECLASSFIELDLIST_H
+#ifndef CODECLASSFIELDLIST_H
+#define CODECLASSFIELDLIST_H
 
-#include <QList>
+#include <QtCore/QList>
 
 // forward declarations
 class CodeClassField;
--- trunk/KDE/kdesdk/umbrello/umbrello/codedocumentlist.h #796749:796750
@@ -5,14 +5,14 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2004-2007                                               *
+ *   copyright (C) 2004-2008                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
-#ifndef _CODEDOCUMENTLIST_H
-#define _CODEDOCUMENTLIST_H
+#ifndef CODEDOCUMENTLIST_H
+#define CODEDOCUMENTLIST_H
 
-#include <QList>
+#include <QtCore/QList>
 
 // forward declarations
 class CodeDocument;




More information about the umbrello-devel mailing list