[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/games/KGLEngineRefactoring
From:       Guillaume Martres <smarter () ubuntu ! com>
Date:       2008-11-21 22:24:13
Message-ID: 1227306253.379160.8863.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 887420 by gmartres:

Fix for Krazy checks "use QtModule/QClass in angle brackets" and "use KDE/KClass in \
angle brackets"


 M  +2 -2      glpoint.h  
 M  +1 -1      kgamekey.h  
 M  +2 -2      kglengine2d.h  
 M  +3 -3      kglgraphicsconfig.h  
 M  +1 -1      kglitem.h  
 M  +1 -1      kglitembase.h  
 M  +2 -2      kglphysicsitem.h  


--- trunk/playground/games/KGLEngineRefactoring/glpoint.h #887419:887420
@@ -25,8 +25,8 @@
 
 #include <vector>
 
-#include <QColor>
-#include <QPointF>
+#include <QtGui/QColor>
+#include <QtCore/QPointF>
 
 class GLPoint;
 typedef std::vector <GLPoint*> VECTOR_POINTS;
--- trunk/playground/games/KGLEngineRefactoring/kgamekey.h #887419:887420
@@ -25,7 +25,7 @@
 
 #include <set>
 
-#include <QKeyEvent>
+#include <QtGui/QKeyEvent>
 
 /**
  * This class provides a simple interface to know which keys are pressed, and if a \
                key is pressed or not.
--- trunk/playground/games/KGLEngineRefactoring/kglengine2d.h #887419:887420
@@ -26,8 +26,8 @@
 #include <ctime>
 #include <map>
 
-#include <QGLWidget>
-#include <QTimer>
+#include <QtOpenGL/QGLWidget>
+#include <QtCore/QTimer>
 
 #include "kgltextitem.h"
 #include "kglspriteitem.h"
--- trunk/playground/games/KGLEngineRefactoring/kglgraphicsconfig.h #887419:887420
@@ -25,12 +25,12 @@
 
 #include "ui_kglgraphicsconfig.h"
 
-#include <KDialog>
+#include <KDE/KDialog>
 
-#include <QGLFormat>
+#include <QtOpenGL/QGLFormat>
 
 // Necessary to prevent errors when QDebug is included due to the X11 libs defining \
                Status
-#include <QTextStream> 
+#include <QtCore/QTextStream> 
 extern "C"
 {
     #include <X11/Xlib.h>
--- trunk/playground/games/KGLEngineRefactoring/kglitem.h #887419:887420
@@ -28,7 +28,7 @@
 #include <vector>
 #include <cmath>
 
-#include <QObject>
+#include <QtCore/QObject>
 
 #include "kglitembase.h"
 #include "kglphysicsitem.h"
--- trunk/playground/games/KGLEngineRefactoring/kglitembase.h #887419:887420
@@ -26,7 +26,7 @@
 #include "glpoint.h"
 #include "kglphysicsitem.h"
 
-#include <QGLWidget>
+#include <QtOpenGL/QGLWidget>
 
 class KGLItemBase;
 typedef std::set<KGLItemBase*> SET_ITEMS;
--- trunk/playground/games/KGLEngineRefactoring/kglphysicsitem.h #887419:887420
@@ -28,8 +28,8 @@
 //#include <Eigen/Core>
 #include <Eigen/Geometry>
 
-#include <QRectF>
-#include <QString>
+#include <QtCore/QRectF>
+#include <QtCore/QString>
 
 #define POINT QPointF
 #define RECT QRectF


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic