diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 12:20:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 12:20:38 -0600 |
commit | da6f54f964c028f12c91450617d72451b1cd8e2c (patch) | |
tree | e0daccebcf8ce715d50c8a950ceb5153ad195f73 | |
parent | 513d0163e99d4447deb274b9f0799bb390f26cfc (diff) | |
download | tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.tar.gz tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.zip |
Fix FTBFS
22 files changed, 28 insertions, 28 deletions
diff --git a/libtdepim/CMakeLists.txt b/libtdepim/CMakeLists.txt index 2c79e018b..e93089033 100644 --- a/libtdepim/CMakeLists.txt +++ b/libtdepim/CMakeLists.txt @@ -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 diff --git a/libtdepim/Makefile.am b/libtdepim/Makefile.am index 7b690c8b2..935691b51 100644 --- a/libtdepim/Makefile.am +++ b/libtdepim/Makefile.am @@ -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 \ diff --git a/libtdepim/kabcresourcecached.cpp b/libtdepim/tdeabcresourcecached.cpp index 935fc942c..4cb4901a8 100644 --- a/libtdepim/kabcresourcecached.cpp +++ b/libtdepim/tdeabcresourcecached.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" diff --git a/libtdepim/kabcresourcecached.h b/libtdepim/tdeabcresourcecached.h index aab4a192a..aab4a192a 100644 --- a/libtdepim/kabcresourcecached.h +++ b/libtdepim/tdeabcresourcecached.h diff --git a/libtdepim/kabcresourcenull.h b/libtdepim/tdeabcresourcenull.h index dfc731f79..dfc731f79 100644 --- a/libtdepim/kabcresourcenull.h +++ b/libtdepim/tdeabcresourcenull.h diff --git a/tderesources/carddav/configwidgets.cpp b/tderesources/carddav/configwidgets.cpp index 2c22b3f11..800ea26db 100644 --- a/tderesources/carddav/configwidgets.cpp +++ b/tderesources/carddav/configwidgets.cpp @@ -34,7 +34,7 @@ #include "configwidgets.h" -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <tdelocale.h> #include <kdebug.h> diff --git a/tderesources/carddav/resource.h b/tderesources/carddav/resource.h index 2e2de6284..24d727597 100644 --- a/tderesources/carddav/resource.h +++ b/tderesources/carddav/resource.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> diff --git a/tderesources/groupdav/groupdavaddressbookadaptor.cpp b/tderesources/groupdav/groupdavaddressbookadaptor.cpp index f9d06179d..278c261a7 100644 --- a/tderesources/groupdav/groupdavaddressbookadaptor.cpp +++ b/tderesources/groupdav/groupdavaddressbookadaptor.cpp @@ -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> diff --git a/tderesources/groupware/tdeabc_resourcegroupware.h b/tderesources/groupware/tdeabc_resourcegroupware.h index 1c5feb847..68d7f6329 100644 --- a/tderesources/groupware/tdeabc_resourcegroupware.h +++ b/tderesources/groupware/tdeabc_resourcegroupware.h @@ -20,7 +20,7 @@ #ifndef KABC_RESOURCEGROUPWARE_H #define KABC_RESOURCEGROUPWARE_H -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <libtdepim/progressmanager.h> diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp index 3c9cfc802..0afff20da 100644 --- a/tderesources/groupwise/soap/soapdebug.cpp +++ b/tderesources/groupwise/soap/soapdebug.cpp @@ -7,7 +7,7 @@ #include <kdebug.h> #include <tdetempfile.h> -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <libkcal/icalformat.h> #include <libkcal/resourcelocal.h> diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise.h b/tderesources/groupwise/tdeabc_resourcegroupwise.h index 0c7533eef..27cf363fc 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwise.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwise.h @@ -22,7 +22,7 @@ #include "soap/groupwiseserver.h" -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <tdepimmacros.h> #include <libtdepim/progressmanager.h> diff --git a/tderesources/lib/davaddressbookadaptor.cpp b/tderesources/lib/davaddressbookadaptor.cpp index 2d90c7cb5..b9213e880 100644 --- a/tderesources/lib/davaddressbookadaptor.cpp +++ b/tderesources/lib/davaddressbookadaptor.cpp @@ -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> diff --git a/tderesources/lib/tdeabc_resourcegroupwarebase.h b/tderesources/lib/tdeabc_resourcegroupwarebase.h index 28ce5199e..272a2ceec 100644 --- a/tderesources/lib/tdeabc_resourcegroupwarebase.h +++ b/tderesources/lib/tdeabc_resourcegroupwarebase.h @@ -23,7 +23,7 @@ #define KABC_RESOURCEGROUPWARE_H #include <kurl.h> -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <tdepimmacros.h> class TDEConfig; diff --git a/tderesources/slox/CMakeLists.txt b/tderesources/slox/CMakeLists.txt index 47d6dc703..0d932ecb6 100644 --- a/tderesources/slox/CMakeLists.txt +++ b/tderesources/slox/CMakeLists.txt @@ -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} diff --git a/tderesources/slox/Makefile.am b/tderesources/slox/Makefile.am index ee8a47f1c..6175de162 100644 --- a/tderesources/slox/Makefile.am +++ b/tderesources/slox/Makefile.am @@ -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 diff --git a/tderesources/slox/kabcresourceslox.cpp b/tderesources/slox/tdeabcresourceslox.cpp index 17b282969..77fea0b01 100644 --- a/tderesources/slox/kabcresourceslox.cpp +++ b/tderesources/slox/tdeabcresourceslox.cpp @@ -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" diff --git a/tderesources/slox/kabcresourceslox.h b/tderesources/slox/tdeabcresourceslox.h index b79167a16..b79167a16 100644 --- a/tderesources/slox/kabcresourceslox.h +++ b/tderesources/slox/tdeabcresourceslox.h diff --git a/tderesources/slox/kabcresourceslox_plugin.cpp b/tderesources/slox/tdeabcresourceslox_plugin.cpp index 93db76b3a..b876c8597 100644 --- a/tderesources/slox/kabcresourceslox_plugin.cpp +++ b/tderesources/slox/tdeabcresourceslox_plugin.cpp @@ -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> diff --git a/tderesources/slox/kabcresourcesloxconfig.cpp b/tderesources/slox/tdeabcresourcesloxconfig.cpp index 72ba39d01..919d156ae 100644 --- a/tderesources/slox/kabcresourcesloxconfig.cpp +++ b/tderesources/slox/tdeabcresourcesloxconfig.cpp @@ -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" diff --git a/tderesources/slox/kabcresourcesloxconfig.h b/tderesources/slox/tdeabcresourcesloxconfig.h index 9cd54d831..9cd54d831 100644 --- a/tderesources/slox/kabcresourcesloxconfig.h +++ b/tderesources/slox/tdeabcresourcesloxconfig.h diff --git a/tderesources/slox/kabcsloxprefs.kcfgc b/tderesources/slox/tdeabcsloxprefs.kcfgc index 70c006f52..70c006f52 100644 --- a/tderesources/slox/kabcsloxprefs.kcfgc +++ b/tderesources/slox/tdeabcsloxprefs.kcfgc diff --git a/tderesources/slox/webdavhandler.cpp b/tderesources/slox/webdavhandler.cpp index 65caebf23..f3f33d610 100644 --- a/tderesources/slox/webdavhandler.cpp +++ b/tderesources/slox/webdavhandler.cpp @@ -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 } |