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

List:       kde-commits
Subject:    kdereview/conversion
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-07-23 21:20:13
Message-ID: 1248384013.886779.22252.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1001648 by aseigo:

fix build for things using the library: the individual types of conversions aren't \
actually installed and other headers should be prefixed with conversion/


 M  +15 -1     converter.cpp  
 M  +2 -15     converter.h  


--- trunk/kdereview/conversion/converter.cpp #1001647:1001648
@@ -18,11 +18,25 @@
  */
 
 #include "converter.h"
-#include "unit.h"
 
 #include <KGlobal>
 #include <KDebug>
 
+#include "area.h"
+#include "length.h"
+#include "currency.h"
+#include "density.h"
+#include "energy.h"
+#include "fuel_efficiency.h"
+#include "mass.h"
+#include "power.h"
+#include "pressure.h"
+#include "temperature.h"
+#include "timeunit.h"
+#include "unit.h"
+#include "velocity.h"
+#include "volume.h"
+
 namespace Conversion
 {
 
--- trunk/kdereview/conversion/converter.h #1001647:1001648
@@ -20,22 +20,9 @@
 #ifndef CONVERSION_CONVERTER_H
 #define CONVERSION_CONVERTER_H
 
-#include "value.h"
-#include "length.h"
-#include "area.h"
-#include "volume.h"
-#include "temperature.h"
-#include "velocity.h"
-#include "mass.h"
-#include "pressure.h"
-#include "energy.h"
-#include "currency.h"
-#include "power.h"
-#include "timeunit.h"
-#include "fuel_efficiency.h"
-#include "density.h"
+#include <conversion/value.h>
 
-#include "plasmaconversion_export.h"
+#include <conversion/plasmaconversion_export.h>
 #include <QtCore/QVariant>
 
 namespace Conversion


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

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