[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Apr 30 17:30:15 UTC 2007
SVN commit 659714 by okellogg:
fix placement of #include
M +3 -3 pluginloader.h
--- trunk/KDE/kdesdk/umbrello/umbrello/pluginloader.h #659713:659714
@@ -1,5 +1,3 @@
-//Added by qt3to4:
-#include <Q3ValueList>
/***************************************************************************
pluginloader.h
-------------------
@@ -20,8 +18,10 @@
#ifndef UMBRELLO_PLUGINLOADER_H
#define UMBRELLO_PLUGINLOADER_H
+
+// Qt includes
+#include <Q3ValueList>
#include <QMap>
-// Qt includes
// forward declarations
class QString;
More information about the umbrello-devel
mailing list