[Uml-devel] kdesdk/umbrello/umbrello
André Wöbbeking
Woebbeking at web.de
Fri Apr 18 01:57:08 UTC 2003
CVS commit by woebbe:
used fixincludes
M +0 -2 diagram/classwidget.cpp 1.15
M +1 -1 diagram/umlwidget.h 1.4
M +1 -1 refactoring/refactoringassistant.cpp 1.4
--- kdesdk/umbrello/umbrello/diagram/classwidget.cpp #1.14:1.15
@@ -30,6 +30,4 @@
#include <qpopupmenu.h>
#include <qvbox.h>
-#include <qlist.h>
-#include <qptrlist.h>
--- kdesdk/umbrello/umbrello/diagram/umlwidget.h #1.3:1.4
@@ -17,5 +17,5 @@
#include "diagramelement.h"
-#include <qlist.h>
+#include <qptrlist.h>
class UMLObject;
--- kdesdk/umbrello/umbrello/refactoring/refactoringassistant.cpp #1.3:1.4
@@ -29,5 +29,5 @@
#include <typeinfo>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <kiconloader.h>
#include <klocale.h>
More information about the umbrello-devel
mailing list