[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Apr 30 17:24:07 UTC 2007
SVN commit 659710 by okellogg:
fix placement of #include
M +1 -2 configurable.h
--- trunk/KDE/kdesdk/umbrello/umbrello/configurable.h #659709:659710
@@ -1,5 +1,3 @@
-//Added by qt3to4:
-#include <Q3PtrList>
/***************************************************************************
configurable.h
-------------------
@@ -21,6 +19,7 @@
#ifndef UMBRELLO_CONFIGURABLE_H
#define UMBRELLO_CONFIGURABLE_H
+#include <Q3PtrList>
// forward declarations
class KLibrary;
More information about the umbrello-devel
mailing list