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

List:       kde-commits
Subject:    KDE/kdepim/korganizer
From:       Andras Mantia <amantia () kde ! org>
Date:       2010-10-06 14:25:47
Message-ID: 20101006142547.7315EAC892 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1183208 by amantia:

Use the IndentityManager from CalendarSupport.

 M  +0 -1      CMakeLists.txt  
 M  +2 -2      kocore.cpp  
 D             koidentitymanager.cpp  
 D             koidentitymanager.h  


--- trunk/KDE/kdepim/korganizer/CMakeLists.txt #1183207:1183208
@@ -119,7 +119,6 @@
 set(korganizer_core_LIB_SRCS
     koprefs.cpp
     kocore.cpp
-    koidentitymanager.cpp
     categoryeditdialog.cpp
 )
 
--- trunk/KDE/kdepim/korganizer/kocore.cpp #1183207:1183208
@@ -27,9 +27,9 @@
 
 #include "koprefs.h"
 #include "koglobals.h"
-#include "koidentitymanager.h"
 
 #include <calendarsupport/plugin.h>
+#include <calendarsupport/identitymanager.h>
 #include <korganizer/part.h>
 
 #include <kdebug.h>
@@ -374,7 +374,7 @@
 KPIMIdentities::IdentityManager *KOCore::identityManager()
 {
   if ( !mIdentityManager ) {
-    mIdentityManager = new KOrg::IdentityManager;
+    mIdentityManager = new CalendarSupport::IdentityManager;
   }
   return mIdentityManager;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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