[Uml-devel] kdesdk/umbrello/umbrello
Klas Kalass
klas.kalass at gmx.de
Wed May 28 10:48:10 UTC 2003
CVS commit by kalass:
make it compile with QT NO COMPAT, qlist is deprecated, use qptrlist instead
M +1 -1 diagram/diagramwidget.h 1.2
M +1 -1 diagram/path.h 1.3
M +1 -1 diagram/unknownumlwidget.h 1.3
M +0 -1 plugins/umlwidgets/packagewidget.cpp 1.2
M +1 -1 plugins/umlwidgets/umlwidget.h 1.2
--- kdesdk/umbrello/umbrello/diagram/diagramwidget.h #1.1:1.2
@@ -17,5 +17,5 @@
#include "diagramelement.h"
-#include <qlist.h>
+#include <qptrlist.h>
--- kdesdk/umbrello/umbrello/diagram/path.h #1.2:1.3
@@ -18,5 +18,5 @@
#include "diagramelement.h"
#include "pathsegment.h"
-#include <qlist.h>
+#include <qptrlist.h>
class QPointArray;
--- kdesdk/umbrello/umbrello/diagram/unknownumlwidget.h #1.2:1.3
@@ -17,5 +17,5 @@
#include "diagramwidget.h"
-#include <qlist.h>
+#include <qptrlist.h>
class UMLObject;
--- kdesdk/umbrello/umbrello/plugins/umlwidgets/packagewidget.cpp #1.1:1.2
@@ -27,5 +27,4 @@
#include <qpopupmenu.h>
#include <qvbox.h>
-#include <qlist.h>
#include <qptrlist.h>
--- kdesdk/umbrello/umbrello/plugins/umlwidgets/umlwidget.h #1.1:1.2
@@ -17,5 +17,5 @@
#include "../../diagram/diagramwidget.h"
-#include <qlist.h>
+#include <qptrlist.h>
class UMLObject;
More information about the umbrello-devel
mailing list