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

List:       kde-commits
Subject:    KDE/kdevplatform/veritas
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-03-17 11:20:42
Message-ID: 1237288842.094724.27835.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 940373 by coles:

Fixed relative paths to veritas headers for sources that include \
<kdevplatform/veritas/...> rather than adding  kdevplatform to their include path.



 M  +2 -2      test.h  
 M  +1 -1      testresult.h  
 M  +2 -2      testrunner.h  


--- trunk/KDE/kdevplatform/veritas/test.h #940372:940373
@@ -22,8 +22,8 @@
 #ifndef VERITAS_TEST_H
 #define VERITAS_TEST_H
 
-#include "veritas/testresult.h"
-#include "veritas/veritasexport.h"
+#include "testresult.h"
+#include "veritasexport.h"
 
 #include <QtCore/QMap>
 #include <QtCore/QList>
--- trunk/KDE/kdevplatform/veritas/testresult.h #940372:940373
@@ -21,7 +21,7 @@
 #ifndef VERITAS_TESTRESULT_H
 #define VERITAS_TESTRESULT_H
 
-#include "veritas/veritasexport.h"
+#include "veritasexport.h"
 
 #include <QtCore/QList>
 #include <QtCore/QString>
--- trunk/KDE/kdevplatform/veritas/testrunner.h #940372:940373
@@ -21,8 +21,8 @@
 #ifndef VERITAS_ITESTRUNNER_H
 #define VERITAS_ITESTRUNNER_H
 
-#include "interfaces/iplugin.h"
-#include "veritas/veritasexport.h"
+#include "../interfaces/iplugin.h"
+#include "veritasexport.h"
 
 class QWidget;
 namespace KDevelop { class IProject; }


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

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