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

List:       kde-commits
Subject:    kdepim/certmanager/lib
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2004-04-22 22:50:22
Message-ID: 20040422225022.805339A6E () office ! kde ! org
[Download RAW message or body]

CVS commit by kainhofe: 

Prefer include files from the kde build source to the system wide installed includes. \
This fixes compilation if you have an old version of KDE installed and now want to \
compile current cvs head, because cvs head won't compile with the old includes any \
more.


  M +1 -1      cryptplug.cpp   1.10
  M +1 -1      cryptplugfactory.h   1.11
  M +1 -1      cryptplugwrapper.h   1.12


--- kdepim/certmanager/lib/cryptplug.cpp  #1.9:1.10
@@ -29,5 +29,5 @@
 #endif
 
-#include <kleo/oidmap.h>
+#include "kleo/oidmap.h"
 
 #include <gpgmepp/context.h>

--- kdepim/certmanager/lib/cryptplugfactory.h  #1.10:1.11
@@ -37,5 +37,5 @@
 #include <qvaluevector.h>
 
-#include <kleo/cryptobackend.h>
+#include "kleo/cryptobackend.h"
 
 namespace Kleo {

--- kdepim/certmanager/lib/cryptplugwrapper.h  #1.11:1.12
@@ -49,5 +49,5 @@
 #include <kdemacros.h>
 
-#include <kleo/cryptobackend.h>
+#include "kleo/cryptobackend.h"
 
 #include <qdatetime.h>


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

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