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

Oliver Kellogg okellogg at users.sourceforge.net
Sun Sep 2 08:07:30 UTC 2007


SVN commit 707555 by okellogg:

EBN Krazy #4 (proper include directives)

 M  +5 -0      cmds/classdiag/cmd_create_class.h  
 M  +15 -0     cmds/cmd_create_umlobject.h  
 M  +0 -1      uml.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/cmds/classdiag/cmd_create_class.h #707554:707555
@@ -8,3 +8,8 @@
  *  copyright (C) 2002-2006                                                *
  *  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                   *
  ***************************************************************************/
+
+#ifndef __CMD_CREATE_CLASS_H__
+#define __CMD_CREATE_CLASS_H__
+
+#endif
--- trunk/KDE/kdesdk/umbrello/umbrello/cmds/cmd_create_umlobject.h #707554:707555
@@ -0,0 +1,15 @@
+/***************************************************************************
+ *                                                                         *
+ *   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) 2002-2006                                                *
+ *  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                   *
+ ***************************************************************************/
+
+#ifndef __CMD_CREATE_UMLOBJECT_H__
+#define __CMD_CREATE_UMLOBJECT_H__
+
+#endif
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #707554:707555
@@ -63,7 +63,6 @@
 #include "umlviewlist.h"
 #include "worktoolbar.h"
 #include "model_utils.h"
-#include "clipboard/umlclipboard.h"
 #include "dialogs/classwizard.h"
 #include "dialogs/codegenerationwizard.h"
 #include "dialogs/codeviewerdialog.h"




More information about the umbrello-devel mailing list