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

List:       kde-commits
Subject:    kdenonbeta/kue
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-12-19 5:41:56
Message-ID: 20041219054156.DD7F11BA76 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

header fixes


  M +1 -1      graphics.cpp   1.4
  M +1 -1      interface.cpp   1.9
  M +1 -1      main.h   1.4
  M +1 -1      physics.h   1.5
  M +1 -1      pluginloader.cpp   1.6
  M +1 -2      texture.cpp   1.8


--- kdenonbeta/kue/graphics.cpp  #1.3:1.4
@@ -3,5 +3,5 @@
 #include <kglobal.h>
 #include <kconfig.h>
-#include <qvector.h>
+#include <qptrvector.h>
 
 #include "physics.h"

--- kdenonbeta/kue/interface.cpp  #1.8:1.9
@@ -6,5 +6,5 @@
 #include <kapplication.h>
 #include <kstatusbar.h>
-#include <physics.h>
+#include "physics.h"
 #include <kdebug.h>
 #include <qptrvector.h>

--- kdenonbeta/kue/main.h  #1.3:1.4
@@ -4,5 +4,5 @@
 #include <kmainwindow.h>
 #include <qgl.h>
-#include <qvector.h>
+#include <qptrvector.h>
 
 class KAction;

--- kdenonbeta/kue/physics.h  #1.4:1.5
@@ -9,5 +9,5 @@
 #include "vector.h"
 
-#include <qvector.h>
+#include <qptrvector.h>
 
 const int TIME_CHUNK = 10;

--- kdenonbeta/kue/pluginloader.cpp  #1.5:1.6
@@ -2,5 +2,5 @@
 #include <qvaluelist.h>
 #include <kglobal.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
 #include <qfile.h>
 #include <ksimpleconfig.h>

--- kdenonbeta/kue/texture.cpp  #1.7:1.8
@@ -10,6 +10,5 @@
 #include <kconfig.h>
 #include <qstring.h>
-#include <kstddirs.h>
-#include <kglobal.h>
+#include <kstandarddirs.h>
 
 KueTexture::KueTexture(const QString &filename)


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

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