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

List:       kde-commits
Subject:    KDE/kdepim/libkleo
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2007-07-24 8:13:17
Message-ID: 1185264797.117166.30047.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 691699 by aseigo:

make this library actually usable by third parties working from the installed \
headers, e.g. the crypto plugin in kopete


 M  +9 -9      CMakeLists.txt  
 D             Messages.sh  
 M  +1 -1      backends/qgpgme/gnupgprocessbase.h  
 M  +1 -1      backends/qgpgme/qgpgmebackend.cpp  
 M  +1 -1      backends/qgpgme/qgpgmebackend.h  
 M  +2 -2      backends/qgpgme/qgpgmecryptoconfig.h  
 M  +1 -1      backends/qgpgme/qgpgmedecryptjob.h  
 M  +2 -2      backends/qgpgme/qgpgmedecryptverifyjob.h  
 M  +1 -1      backends/qgpgme/qgpgmedeletejob.h  
 M  +1 -1      backends/qgpgme/qgpgmedownloadjob.h  
 M  +1 -1      backends/qgpgme/qgpgmeencryptjob.h  
 M  +1 -1      backends/qgpgme/qgpgmeexportjob.h  
 M  +1 -1      backends/qgpgme/qgpgmeimportjob.h  
 M  +1 -1      backends/qgpgme/qgpgmejob.h  
 M  +2 -2      backends/qgpgme/qgpgmekeygenerationjob.h  
 M  +1 -1      backends/qgpgme/qgpgmekeylistjob.h  
 M  +1 -1      backends/qgpgme/qgpgmerefreshkeysjob.h  
 M  +1 -1      backends/qgpgme/qgpgmesecretkeyexportjob.h  
 M  +2 -2      backends/qgpgme/qgpgmesignencryptjob.h  
 M  +1 -1      backends/qgpgme/qgpgmesignjob.h  
 M  +1 -1      backends/qgpgme/qgpgmeverifydetachedjob.h  
 M  +1 -1      backends/qgpgme/qgpgmeverifyopaquejob.h  
 D             cryptplug.cpp  
 D             cryptplug.h  
 D             cryptplugfactory.cpp  
 D             cryptplugfactory.h  
 D             cryptplugwrapper.cpp  
 D             cryptplugwrapper.h  
 D             cryptplugwrapperlist.cpp  
 D             cryptplugwrapperlist.h  
 A             kleo/Messages.sh   Messages.sh#691627
 M  +1 -1      kleo/cryptobackendfactory.h  
 A             kleo/cryptplug.cpp   cryptplug.cpp#691627 [License: UNKNOWN]
 A             kleo/cryptplug.h   cryptplug.h#691627 [License: UNKNOWN]
 A             kleo/cryptplugfactory.cpp   cryptplugfactory.cpp#691627 [License: GPL \
(v2+) (+Qt exception)]  A             kleo/cryptplugfactory.h   \
cryptplugfactory.h#691627 [License: GPL (v2+) (+Qt exception)]  A             \
kleo/cryptplugwrapper.cpp   cryptplugwrapper.cpp#691627 [License: GPL]  A             \
kleo/cryptplugwrapper.h   cryptplugwrapper.h#691627 [License: GPL]  A             \
kleo/cryptplugwrapperlist.cpp   cryptplugwrapperlist.cpp#691627 [License: UNKNOWN]  A \
kleo/cryptplugwrapperlist.h   cryptplugwrapperlist.h#691627 [License: UNKNOWN]  M  +1 \
-1      kleo/dn.h    M  +1 -1      kleo/enum.h  
 M  +1 -1      kleo/hierarchicalkeylistjob.h  
 M  +1 -1      kleo/keyfiltermanager.h  
 A             kleo/kleo_export.h   kleo_export.h#691627 [License: LGPL (v2+)]
 M  +3 -3      kleo/multideletejob.h  
 D             kleo_export.h  
 M  +1 -1      tests/CMakeLists.txt  
 M  +3 -3      tests/test_keylister.cpp  
 M  +1 -1      ui/backendconfigwidget.h  
 M  +1 -1      ui/cryptoconfigdialog.h  
 M  +1 -1      ui/cryptoconfigmodule.cpp  
 M  +2 -2      ui/directoryserviceswidget.cpp  
 M  +1 -1      ui/directoryserviceswidget.h  
 M  +1 -1      ui/dnattributeorderconfigwidget.h  
 M  +2 -2      ui/keyapprovaldialog.cpp  
 M  +2 -2      ui/keyapprovaldialog.h  
 M  +1 -1      ui/keylistview.h  
 M  +3 -3      ui/keyrequester.cpp  
 M  +2 -2      ui/keyrequester.h  
 M  +3 -3      ui/keyselectiondialog.cpp  
 M  +2 -2      ui/keyselectiondialog.h  
 M  +1 -1      ui/progressbar.h  
 M  +1 -1      ui/progressdialog.cpp  
 M  +1 -1      ui/progressdialog.h  


--- trunk/KDE/kdepim/libkleo/CMakeLists.txt #691698:691699
@@ -76,10 +76,10 @@
 )
 
 set(kleo_LIB_SRCS ${libkleo_core_SRCS} ${libkleo_ui_SRCS} \
                ${libkleo_backend_chiasmus_SRCS}
-   cryptplug.cpp 
-   cryptplugwrapper.cpp 
-   cryptplugwrapperlist.cpp 
-   cryptplugfactory.cpp )
+   kleo/cryptplug.cpp 
+   kleo/cryptplugwrapper.cpp 
+   kleo/cryptplugwrapperlist.cpp 
+   kleo/cryptplugfactory.cpp )
 
 if(NOT WIN32)
    set(kleo_LIB_SRCS ${kleo_LIB_SRCS} ${libkleo_backend_qgpgme_SRCS})
@@ -93,11 +93,11 @@
 install(TARGETS kleo DESTINATION ${LIB_INSTALL_DIR})
 
 install( FILES 
-	cryptplug.h
-	cryptplugfactory.h
-	cryptplugwrapper.h
-	cryptplugwrapperlist.h
-	kleo_export.h
+	kleo/cryptplug.h
+	kleo/cryptplugfactory.h
+	kleo/cryptplugwrapper.h
+	kleo/cryptplugwrapperlist.h
+	kleo/kleo_export.h
 	kleo/enum.h  
 	kleo/oidmap.h
 	kleo/cryptobackend.h 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/gnupgprocessbase.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_GNUPGPROCESSBASE_H__
 #define __KLEO_GNUPGPROCESSBASE_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <k3process.h>
 
 namespace Kleo {
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmebackend.cpp #691698:691699
@@ -33,7 +33,7 @@
 #include "qgpgmebackend.h"
 
 #include "qgpgmecryptoconfig.h"
-#include "cryptplugwrapper.h"
+#include "kleo/cryptplugwrapper.h"
 
 #include <gpgme++/context.h>
 #include <gpgme++/engineinfo.h>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmebackend.h #691698:691699
@@ -34,7 +34,7 @@
 #ifndef __KLEO_QGPGMEBACKEND_H__
 #define __KLEO_QGPGMEBACKEND_H__
 
-#include "libkleo/kleo/cryptobackend.h"
+#include "kleo/cryptobackend.h"
 
 class CryptPlugWrapper;
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmecryptoconfig.h #691698:691699
@@ -33,8 +33,8 @@
 #ifndef KLEO_QGPGMECRYPTOCONFIG_H
 #define KLEO_QGPGMECRYPTOCONFIG_H
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/cryptoconfig.h"
+#include "kleo/kleo_export.h"
+#include "kleo/cryptoconfig.h"
 
 #include <QHash>
 #include <QStringList>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmedecryptjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEDECRYPTJOB_H__
 #define __KLEO_QGPGMEDECRYPTJOB_H__
 
-#include "libkleo/kleo/decryptjob.h"
+#include "kleo/decryptjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmedecryptverifyjob.h #691698:691699
@@ -33,8 +33,8 @@
 #ifndef __KLEO_QGPGMEDECRYPTVERIFYJOB_H__
 #define __KLEO_QGPGMEDECRYPTVERIFYJOB_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/decryptverifyjob.h"
+#include "kleo/kleo_export.h"
+#include "kleo/decryptverifyjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmedeletejob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEDELETEJOB_H__
 #define __KLEO_QGPGMEDELETEJOB_H__
 
-#include "libkleo/kleo/deletejob.h"
+#include "kleo/deletejob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmedownloadjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEDOWNLOADJOB_H__
 #define __KLEO_QGPGMEDOWNLOADJOB_H__
 
-#include "libkleo/kleo/downloadjob.h"
+#include "kleo/downloadjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmeencryptjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEENCRYPTJOB_H__
 #define __KLEO_QGPGMEENCRYPTJOB_H__
 
-#include "libkleo/kleo/encryptjob.h"
+#include "kleo/encryptjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmeexportjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEEXPORTJOB_H__
 #define __KLEO_QGPGMEEXPORTJOB_H__
 
-#include "libkleo/kleo/exportjob.h"
+#include "kleo/exportjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmeimportjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEIMPORTJOB_H__
 #define __KLEO_QGPGMEIMPORTJOB_H__
 
-#include "libkleo/kleo/importjob.h"
+#include "kleo/importjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmejob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEJOB_H__
 #define __KLEO_QGPGMEJOB_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 
 #include <gpgme++/interfaces/progressprovider.h>
 #include <gpgme++/interfaces/passphraseprovider.h>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmekeygenerationjob.h #691698:691699
@@ -33,8 +33,8 @@
 #ifndef __KLEO_QGPGMEKEYGENERATIONJOB_H__
 #define __KLEO_QGPGMEKEYGENERATIONJOB_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/keygenerationjob.h"
+#include "kleo/kleo_export.h"
+#include "kleo/keygenerationjob.h"
 #include "qgpgmejob.h"
 
 namespace GpgME {
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmekeylistjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEKEYLISTJOB_H__
 #define __KLEO_QGPGMEKEYLISTJOB_H__
 
-#include "libkleo/kleo/keylistjob.h"
+#include "kleo/keylistjob.h"
 
 #include <gpgme++/keylistresult.h>
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmerefreshkeysjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEREFRESHKEYSJOB_H__
 #define __KLEO_QGPGMEREFRESHKEYSJOB_H__
 
-#include "libkleo/kleo/refreshkeysjob.h"
+#include "kleo/refreshkeysjob.h"
 #include "gpgme++/context.h"
 
 #include <QStringList>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmesecretkeyexportjob.h \
#691698:691699 @@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMESECRETKEYEXPORTJOB_H__
 #define __KLEO_QGPGMESECRETKEYEXPORTJOB_H__
 
-#include "libkleo/kleo/exportjob.h"
+#include "kleo/exportjob.h"
 #include "gpgme++/context.h"
 
 #include <q3cstring.h>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmesignencryptjob.h #691698:691699
@@ -33,8 +33,8 @@
 #ifndef __KLEO_QGPGMESIGNENCRYPTJOB_H__
 #define __KLEO_QGPGMESIGNENCRYPTJOB_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/signencryptjob.h"
+#include "kleo/kleo_export.h"
+#include "kleo/signencryptjob.h"
 #include "qgpgmejob.h"
 
 #include <gpgme++/signingresult.h>
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmesignjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMESIGNJOB_H__
 #define __KLEO_QGPGMESIGNJOB_H__
 
-#include "libkleo/kleo/signjob.h"
+#include "kleo/signjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmeverifydetachedjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEVERIFYDETACHEDJOB_H__
 #define __KLEO_QGPGMEVERIFYDETACHEDJOB_H__
 
-#include "libkleo/kleo/verifydetachedjob.h"
+#include "kleo/verifydetachedjob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmeverifyopaquejob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_QGPGMEVERIFYOPAQUEJOB_H__
 #define __KLEO_QGPGMEVERIFYOPAQUEJOB_H__
 
-#include "libkleo/kleo/verifyopaquejob.h"
+#include "kleo/verifyopaquejob.h"
 
 #include "qgpgmejob.h"
 
--- trunk/KDE/kdepim/libkleo/kleo/cryptobackendfactory.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_CRYPTOBACKENDFACTORY_H__
 #define __KLEO_CRYPTOBACKENDFACTORY_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include "libkleo/kleo/cryptobackend.h"
 
 #include <QtCore/QObject>
--- trunk/KDE/kdepim/libkleo/kleo/dn.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_DN_H__
 #define __KLEO_DN_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 
 #include <QtCore/QString>
 #include <QtCore/QVector>
--- trunk/KDE/kdepim/libkleo/kleo/enum.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_ENUM_H__
 #define __KLEO_ENUM_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 
 class QString;
 class QStringList;
--- trunk/KDE/kdepim/libkleo/kleo/hierarchicalkeylistjob.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_HIERARCHICALKEYLISTJOB_H__
 #define __KLEO_HIERARCHICALKEYLISTJOB_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include "libkleo/kleo/keylistjob.h"
 #include "libkleo/kleo/cryptobackend.h"
 
--- trunk/KDE/kdepim/libkleo/kleo/keyfiltermanager.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_KEYFILTERMANAGER_H__
 #define __KLEO_KEYFILTERMANAGER_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <QtCore/QObject>
 
 namespace GpgME {
--- trunk/KDE/kdepim/libkleo/kleo/multideletejob.h #691698:691699
@@ -33,9 +33,9 @@
 #ifndef __KLEO_MULTIDELETEJOB_H__
 #define __KLEO_MULTIDELETEJOB_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/job.h"
-#include "libkleo/kleo/cryptobackend.h"
+#include "kleo/kleo_export.h"
+#include "kleo/job.h"
+#include "kleo/cryptobackend.h"
 
 #include <QtCore/QPointer>
 
--- trunk/KDE/kdepim/libkleo/tests/CMakeLists.txt #691698:691699
@@ -1,4 +1,4 @@
-include_directories( ${CMAKE_SOURCE_DIR}/kleo  )
+include_directories( ${CMAKE_SOURCE_DIR}/libkleo  )
 
 
 ########### next target ###############
--- trunk/KDE/kdepim/libkleo/tests/test_keylister.cpp #691698:691699
@@ -31,9 +31,9 @@
 
 #include "test_keylister.h"
 
-#include "libkleo/kleo/keylistjob.h"
-#include "libkleo/cryptplugwrapper.h"
-#include "libkleo/kleo/cryptobackendfactory.h"
+#include "kleo/keylistjob.h"
+#include "kleo/cryptplugwrapper.h"
+#include "kleo/cryptobackendfactory.h"
 
 #include <gpgme++/keylistresult.h>
 #include <gpgme++/key.h>
--- trunk/KDE/kdepim/libkleo/ui/backendconfigwidget.h #691698:691699
@@ -34,7 +34,7 @@
 #ifndef __KLEO_UI_BACKENDCONFIGWIDGET_H__
 #define __KLEO_UI_BACKENDCONFIGWIDGET_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <QtGui/QWidget>
 
 namespace Kleo {
--- trunk/KDE/kdepim/libkleo/ui/cryptoconfigdialog.h #691698:691699
@@ -32,7 +32,7 @@
 #ifndef CRYPTOCONFIGDIALOG_H
 #define CRYPTOCONFIGDIALOG_H
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <kdialog.h>
 
 namespace Kleo {
--- trunk/KDE/kdepim/libkleo/ui/cryptoconfigmodule.cpp #691698:691699
@@ -34,7 +34,7 @@
 #include "directoryserviceswidget.h"
 #include "kdhorizontalline.h"
 
-#include "libkleo/kleo/cryptoconfig.h"
+#include "kleo/cryptoconfig.h"
 
 #include <klineedit.h>
 #include <klocale.h>
--- trunk/KDE/kdepim/libkleo/ui/directoryserviceswidget.cpp #691698:691699
@@ -33,10 +33,10 @@
 #include "directoryserviceswidget.h"
 #include "ui_directoryserviceswidgetbase.h"
 #include "adddirectoryservicedialogimpl.h"
-#include "cryptplugwrapper.h"
+#include "kleo/cryptplugwrapper.h"
 
 #include <klineedit.h>
-#include "libkleo/kleo/cryptoconfig.h"
+#include "kleo/cryptoconfig.h"
 #include <kiconloader.h>
 #include <kdebug.h>
 
--- trunk/KDE/kdepim/libkleo/ui/directoryserviceswidget.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef DIRECTORYSERVICESWIDGET_H
 #define DIRECTORYSERVICESWIDGET_H
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <kurl.h>
 #include <QtGui/QWidget>
 
--- trunk/KDE/kdepim/libkleo/ui/dnattributeorderconfigwidget.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_UI_DNATTRIBUTEORDERCONFIGWIDGET_H__
 #define __KLEO_UI_DNATTRIBUTEORDERCONFIGWIDGET_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <QtGui/QWidget>
 namespace Kleo {
   class DNAttributeMapper;
--- trunk/KDE/kdepim/libkleo/ui/keyapprovaldialog.cpp #691698:691699
@@ -39,8 +39,8 @@
 
 #include "keyrequester.h"
 
-#include <cryptplugfactory.h>
-#include "libkleo/kleo/cryptobackend.h"
+#include <kleo/cryptplugfactory.h>
+#include "kleo/cryptobackend.h"
 #include <kpushbutton.h>
 #include <klocale.h>
 #include <kglobalsettings.h>
--- trunk/KDE/kdepim/libkleo/ui/keyapprovaldialog.h #691698:691699
@@ -37,8 +37,8 @@
 #ifndef __KLEO_KEYAPPROVALDIALOG_H__
 #define __KLEO_KEYAPPROVALDIALOG_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/enum.h"
+#include "kleo/kleo_export.h"
+#include "kleo/enum.h"
 
 #include <kdialog.h>
 
--- trunk/KDE/kdepim/libkleo/ui/keylistview.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_KEYLISTVIEW_H__
 #define __KLEO_KEYLISTVIEW_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 
 #include <gpgme++/key.h>
 
--- trunk/KDE/kdepim/libkleo/ui/keyrequester.cpp #691698:691699
@@ -50,9 +50,9 @@
 
 #include "keyselectiondialog.h"
 
-#include "libkleo/kleo/keylistjob.h"
-#include "libkleo/kleo/dn.h"
-#include "libkleo/kleo/cryptobackendfactory.h"
+#include "kleo/keylistjob.h"
+#include "kleo/dn.h"
+#include "kleo/cryptobackendfactory.h"
 
 // gpgme++
 #include <gpgme++/key.h>
--- trunk/KDE/kdepim/libkleo/ui/keyrequester.h #691698:691699
@@ -49,8 +49,8 @@
 #ifndef __KLEO_UI_KEYREQUESTER_H__
 #define __KLEO_UI_KEYREQUESTER_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/cryptobackend.h"
+#include "kleo/kleo_export.h"
+#include "kleo/cryptobackend.h"
 
 #include <QtGui/QWidget>
 #include <QtGui/QLabel>
--- trunk/KDE/kdepim/libkleo/ui/keyselectiondialog.cpp #691698:691699
@@ -40,9 +40,9 @@
 #include "keylistview.h"
 #include "progressdialog.h"
 
-#include "libkleo/kleo/dn.h"
-#include "libkleo/kleo/keylistjob.h"
-#include "libkleo/kleo/cryptobackendfactory.h"
+#include "kleo/dn.h"
+#include "kleo/keylistjob.h"
+#include "kleo/cryptobackendfactory.h"
 
 // gpgme++
 #include <gpgme++/key.h>
--- trunk/KDE/kdepim/libkleo/ui/keyselectiondialog.h #691698:691699
@@ -37,8 +37,8 @@
 #ifndef __KLEO_UI_KEYSELECTIONDIALOG_H__
 #define __KLEO_UI_KEYSELECTIONDIALOG_H__
 
-#include "libkleo/kleo_export.h"
-#include "libkleo/kleo/cryptobackend.h"
+#include "kleo/kleo_export.h"
+#include "kleo/cryptobackend.h"
 
 #include <gpgme++/key.h>
 
--- trunk/KDE/kdepim/libkleo/ui/progressbar.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_PROGRESSBAR_H__
 #define __KLEO_PROGRESSBAR_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <QtGui/QProgressBar>
 class QTimer;
 
--- trunk/KDE/kdepim/libkleo/ui/progressdialog.cpp #691698:691699
@@ -34,7 +34,7 @@
 
 #include "progressbar.h"
 
-#include "libkleo/kleo/job.h"
+#include "kleo/job.h"
 
 #include <kdebug.h>
 #include <klocale.h>
--- trunk/KDE/kdepim/libkleo/ui/progressdialog.h #691698:691699
@@ -33,7 +33,7 @@
 #ifndef __KLEO_PROGRESSDIALOG_H__
 #define __KLEO_PROGRESSDIALOG_H__
 
-#include "libkleo/kleo_export.h"
+#include "kleo/kleo_export.h"
 #include <QtGui/QProgressDialog>
 #include <QtCore/QString>
 namespace Kleo {


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

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