pull/21/head
Timothy Pearson 11 years ago
parent 513d0163e9
commit da6f54f964

@ -88,7 +88,7 @@ tde_add_library( tdepim SHARED AUTOMOC
resourceabc.cpp diffalgo.cpp addresseediffalgo.cpp calendardiffalgo.cpp
htmldiffalgodisplay.cpp ldapsearchdialog.cpp broadcaststatus.cpp
kresourceprefs.cpp kpixmapregionselectorwidget.cpp
kpixmapregionselectordialog.cpp kabcresourcecached.cpp
kpixmapregionselectordialog.cpp tdeabcresourcecached.cpp
kxface.cpp kaccount.cpp kaddrbook.cpp kfoldertree.cpp kregexp3.cpp
kscoring.cpp kscoringeditor.cpp ksubscription.cpp kwidgetlister.cpp
linklocator.cpp qutf7codec.cpp recentaddresses.cpp spellingfilter.cpp

@ -25,7 +25,7 @@ libtdepim_la_SOURCES = \
resourceabc.cpp diffalgo.cpp addresseediffalgo.cpp calendardiffalgo.cpp \
htmldiffalgodisplay.cpp ldapsearchdialog.cpp broadcaststatus.cpp kresourceprefs.cpp \
kpixmapregionselectorwidget.cpp kpixmapregionselectordialog.cpp \
kabcresourcecached.cpp kxface.cpp \
tdeabcresourcecached.cpp kxface.cpp \
kaccount.cpp kaddrbook.cpp kfoldertree.cpp kregexp3.cpp \
kscoring.cpp kscoringeditor.cpp ksubscription.cpp kwidgetlister.cpp \
linklocator.cpp qutf7codec.cpp \

@ -25,7 +25,7 @@
#include <tdelocale.h>
#include <kstandarddirs.h>
#include "kabcresourcecached.h"
#include "tdeabcresourcecached.h"
using namespace KABC;
@ -414,4 +414,4 @@ void ResourceCached::setIdMapperIdentifier()
mIdMapper.setIdentifier( type() + "_" + identifier() );
}
#include "kabcresourcecached.moc"
#include "tdeabcresourcecached.moc"

@ -34,7 +34,7 @@
#include "configwidgets.h"
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <tdelocale.h>
#include <kdebug.h>

@ -20,7 +20,7 @@
#include <tqthread.h>
#include <tqptrqueue.h>
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <libtdepim/progressmanager.h>
#include <tdeabc/locknull.h>

@ -28,7 +28,7 @@
#include <tdeabc/addressee.h>
#include <tdeabc/vcardconverter.h>
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <tdeio/job.h>
#include <kdebug.h>

@ -20,7 +20,7 @@
#ifndef KABC_RESOURCEGROUPWARE_H
#define KABC_RESOURCEGROUPWARE_H
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <libtdepim/progressmanager.h>

@ -7,7 +7,7 @@
#include <kdebug.h>
#include <tdetempfile.h>
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <libkcal/icalformat.h>
#include <libkcal/resourcelocal.h>

@ -22,7 +22,7 @@
#include "soap/groupwiseserver.h"
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <tdepimmacros.h>
#include <libtdepim/progressmanager.h>

@ -28,7 +28,7 @@
// #include <tdeabc/addressee.h>
// #include <tdeabc/vcardconverter.h>
// #include <kabcresourcecached.h>
// #include <tdeabcresourcecached.h>
#include <tdeio/davjob.h>
// #include <tdeio/job.h>

@ -23,7 +23,7 @@
#define KABC_RESOURCEGROUPWARE_H
#include <kurl.h>
#include <kabcresourcecached.h>
#include <tdeabcresourcecached.h>
#include <tdepimmacros.h>
class TDEConfig;

@ -41,7 +41,7 @@ tde_add_kpart( kcal_slox AUTOMOC
##### tdeabc_slox (module) ########################
tde_add_kpart( tdeabc_slox AUTOMOC
SOURCES kabcresourceslox_plugin.cpp
SOURCES tdeabcresourceslox_plugin.cpp
LINK tdeabc_slox-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -63,7 +63,7 @@ tde_add_library( kslox SHARED AUTOMOC
tde_add_library( tdeabc_slox SHARED AUTOMOC
SOURCES
kabcresourceslox.cpp kabcresourcesloxconfig.cpp kabcsloxprefs.kcfgc
tdeabcresourceslox.cpp tdeabcresourcesloxconfig.cpp tdeabcsloxprefs.kcfgc
VERSION 0.0.0
LINK kslox-shared
DESTINATION ${LIB_INSTALL_DIR}

@ -15,10 +15,10 @@ libkcal_slox_la_SOURCES = kcalresourceslox.cpp kcalresourcesloxconfig.cpp \
libkcal_slox_la_LDFLAGS = $(all_libraries)
libkcal_slox_la_LIBADD = libkslox.la $(top_builddir)/libkcal/libkcal.la
libtdeabc_slox_la_SOURCES = kabcresourceslox.cpp kabcresourcesloxconfig.cpp \
kabcsloxprefs.kcfgc
libtdeabc_slox_la_SOURCES = tdeabcresourceslox.cpp tdeabcresourcesloxconfig.cpp \
tdeabcsloxprefs.kcfgc
libtdeabc_slox_la_LDFLAGS = $(all_libraries)
libtdeabc_slox_la_LIBADD = libkslox.la -lkabc
libtdeabc_slox_la_LIBADD = libkslox.la -ltdeabc
kde_module_LTLIBRARIES = kcal_slox.la tdeabc_slox.la
@ -27,7 +27,7 @@ kcal_slox_la_SOURCES = kcalresourceslox_plugin.cpp
kcal_slox_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kcal_slox_la_LIBADD = libkcal_slox.la
tdeabc_slox_la_SOURCES = kabcresourceslox_plugin.cpp
tdeabc_slox_la_SOURCES = tdeabcresourceslox_plugin.cpp
tdeabc_slox_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdeabc_slox_la_LIBADD = libtdeabc_slox.la

@ -34,9 +34,9 @@
#include "webdavhandler.h"
#include "sloxaccounts.h"
#include "kabcsloxprefs.h"
#include "tdeabcsloxprefs.h"
#include "kabcresourceslox.h"
#include "tdeabcresourceslox.h"
using namespace KABC;
@ -681,4 +681,4 @@ bool ResourceSlox::readOnly() const
return true;
}
#include "kabcresourceslox.moc"
#include "tdeabcresourceslox.moc"

@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "kabcresourceslox.h"
#include "kabcresourcesloxconfig.h"
#include "tdeabcresourceslox.h"
#include "tdeabcresourcesloxconfig.h"
#include <tdeglobal.h>
#include <tdelocale.h>

@ -18,10 +18,10 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "kabcresourcesloxconfig.h"
#include "tdeabcresourcesloxconfig.h"
#include "kabcresourceslox.h"
#include "kabcsloxprefs.h"
#include "tdeabcresourceslox.h"
#include "tdeabcsloxprefs.h"
#include "sloxbase.h"
#include "sloxfolder.h"
#include "sloxfolderdialog.h"
@ -118,4 +118,4 @@ void KABC::ResourceSloxConfig::selectAddressFolder( )
mFolderId = dialog->selectedFolder();
}
#include "kabcresourcesloxconfig.moc"
#include "tdeabcresourcesloxconfig.moc"

@ -291,5 +291,5 @@ void WebdavHandler::setSloxAttributes( KCal::Incidence *i )
void WebdavHandler::setSloxAttributes( KABC::Addressee & )
{
// FIXME: libkabc doesn't allow to set an individual addressee to read-only
// FIXME: libtdeabc doesn't allow to set an individual addressee to read-only
}

Loading…
Cancel
Save