[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Mon Apr 30 17:09:36 UTC 2007


SVN commit 659703 by okellogg:

move #include to body

 M  +1 -0      worktoolbar.cpp  
 M  +2 -1      worktoolbar.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/worktoolbar.cpp #659702:659703
@@ -15,6 +15,7 @@
 // qt/kde include files
 #include <QPixmap>
 #include <QAction>
+#include <Q3MainWindow>
 #include <QToolButton>
 #include <kdebug.h>
 #include <klocale.h>
--- trunk/KDE/kdesdk/umbrello/umbrello/worktoolbar.h #659702:659703
@@ -14,13 +14,14 @@
 
 #include <QMap>
 #include <QPixmap>
-#include <Q3MainWindow>
 #include <qcursor.h>
 #include <ktoolbar.h>
 
 #include "umlnamespace.h"
 
+class QMainWindow;
 class QAction;
+
 /**
  * This is the toolbar that is displayed on the right-hand side of the program
  * window.  For each type of diagram it will change to suit that document.




More information about the umbrello-devel mailing list