[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Andi Fischer
andi.fischer at hispeed.ch
Sun Mar 25 20:39:50 UTC 2012
SVN commit 1287129 by fischer:
Unnecessary include removed.
M +3 -4 widget_factory.h
--- branches/work/soc-umbrello/umbrello/widgets/widget_factory.h #1287128:1287129
@@ -4,20 +4,19 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * copyright (C) 2006 *
+ * copyright (C) 2006-2012 *
* Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
***************************************************************************/
#ifndef WIDGET_FACTORY_H
#define WIDGET_FACTORY_H
-#include <qstring.h>
+#include <QString>
// forward declarations
-class UMLView;
class UMLObject;
-class UMLWidget;
class UMLScene;
+class UMLWidget;
/**
* Widget factory methods.
More information about the umbrello-devel
mailing list