summaryrefslogtreecommitdiffstats
path: root/conduits
diff options
context:
space:
mode:
Diffstat (limited to 'conduits')
-rw-r--r--conduits/abbrowserconduit/CMakeLists.txt4
-rw-r--r--conduits/abbrowserconduit/Makefile.am6
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.cc22
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.h2
-rw-r--r--conduits/abbrowserconduit/tdeabcRecord.cc (renamed from conduits/abbrowserconduit/kabcRecord.cc)14
-rw-r--r--conduits/abbrowserconduit/tdeabcRecord.h (renamed from conduits/abbrowserconduit/kabcRecord.h)6
-rw-r--r--conduits/configure.in.in2
-rw-r--r--conduits/docconduit/CMakeLists.txt2
-rw-r--r--conduits/docconduit/Makefile.am2
-rw-r--r--conduits/notepadconduit/Makefile.am2
-rw-r--r--conduits/popmail/Makefile.am2
-rw-r--r--conduits/sysinfoconduit/Makefile.am2
12 files changed, 33 insertions, 33 deletions
diff --git a/conduits/abbrowserconduit/CMakeLists.txt b/conduits/abbrowserconduit/CMakeLists.txt
index 07b65e1..e89c097 100644
--- a/conduits/abbrowserconduit/CMakeLists.txt
+++ b/conduits/abbrowserconduit/CMakeLists.txt
@@ -6,7 +6,7 @@ set(conduit_abbrowser_SRCS
resolutionDialog.cc
abbrowser-factory.cc
abbrowser-setup.cc
- kabcRecord.cc
+ tdeabcRecord.cc
abbrowser-conduit.cc
)
@@ -23,7 +23,7 @@ kde3_add_kcfg_files(conduit_abbrowser_SRCS ${conduit_abbrowser_KCFGS})
trinity_add_ui_files(conduit_abbrowser_SRCS ${conduit_abbrowser_UIS})
trinity_automoc(${conduit_abbrowser_SRCS})
add_library(conduit_address SHARED ${conduit_abbrowser_SRCS})
-target_link_libraries(conduit_address kabc_file kabc)
+target_link_libraries(conduit_address tdeabc_file tdeabc)
set_target_properties(conduit_address PROPERTIES LOCATION ${KDE3_PLUGIN_INSTALL_DIR}
INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib
PREFIX ""
diff --git a/conduits/abbrowserconduit/Makefile.am b/conduits/abbrowserconduit/Makefile.am
index 708a0ee..8aaf6a1 100644
--- a/conduits/abbrowserconduit/Makefile.am
+++ b/conduits/abbrowserconduit/Makefile.am
@@ -9,7 +9,7 @@ conduit_address_la_SOURCES = \
resolutionDialog.cc \
abbrowser-factory.cc \
abbrowser-setup.cc \
- kabcRecord.cc \
+ tdeabcRecord.cc \
abbrowser-conduit.cc
conduit_address_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui
conduit_address_la_LIBADD = ../../lib/libkpilot.la -ltdeabc -ltdeabc_file
@@ -18,7 +18,7 @@ servicedir = $(kde_servicesdir)
service_DATA = abbrowser_conduit.desktop
kde_kcfg_DATA = abbrowserconduit.kcfg
-kabcustompagedir = $(kde_datadir)/kaddressbook/contacteditorpages
-kabcustompage_DATA = KPilotCustomFieldEditor.ui
+tdeabcustompagedir = $(kde_datadir)/kaddressbook/contacteditorpages
+tdeabcustompage_DATA = KPilotCustomFieldEditor.ui
METASOURCES = AUTO
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.cc b/conduits/abbrowserconduit/abbrowser-conduit.cc
index f89e78f..c4441b1 100644
--- a/conduits/abbrowserconduit/abbrowser-conduit.cc
+++ b/conduits/abbrowserconduit/abbrowser-conduit.cc
@@ -5,7 +5,7 @@
** Copyright (C) 2007 by Adriaan de Groot <groot@kde.org>
**
** The abbrowser conduit copies addresses from the Pilot's address book to
-** the KDE addressbook maintained via the kabc library.
+** the KDE addressbook maintained via the tdeabc library.
*/
/*
@@ -49,7 +49,7 @@
#include "resolutionDialog.h"
#include "resolutionTable.h"
#include "abbrowserSettings.h"
-#include "kabcRecord.h"
+#include "tdeabcRecord.h"
#include "abbrowser-conduit.moc"
@@ -765,7 +765,7 @@ void AbbrowserConduit::slotDeletedRecord()
Addressee e = aBook->findByUid(uid);
DEBUGKPILOT << fname << ": now looking at palm id: ["
- << id << "], kabc uid: [" << uid << "]." << endl;
+ << id << "], tdeabc uid: [" << uid << "]." << endl;
PilotAddress*backupAddr=0L;
if (backupRec)
@@ -1234,13 +1234,13 @@ bool AbbrowserConduit::_savePCAddr(Addressee &pcAddr, PilotAddress*,
long pilotIdL = pilotId.toLong();
if(!pilotId.isEmpty())
{
- // because we maintain a mapping between pilotId -> kabc uid, whenever we add
+ // because we maintain a mapping between pilotId -> tdeabc uid, whenever we add
// a new relationship, we have to remove any old mapping that would tie a different
- // pilot id -> this kabc uid
+ // pilot id -> this tdeabc uid
TQMap < recordid_t, TQString>::iterator it;
for ( it = addresseeMap.begin(); it != addresseeMap.end(); ++it ) {
- TQString kabcUid = it.data();
- if (kabcUid == pcAddr.uid()) {
+ TQString tdeabcUid = it.data();
+ if (tdeabcUid == pcAddr.uid()) {
addresseeMap.remove(it);
break;
}
@@ -1348,7 +1348,7 @@ bool AbbrowserConduit::_equal(const PilotAddress *piAddress, const Addressee &ab
for (TQStringList::Iterator it = piEmails.begin(); it != piEmails.end(); it++) {
if (!abEmails.contains(*it))
{
- DEBUGKPILOT << fname << ": kabc e-mail missing" << endl;
+ DEBUGKPILOT << fname << ": tdeabc e-mail missing" << endl;
return false;
}
}
@@ -1359,7 +1359,7 @@ bool AbbrowserConduit::_equal(const PilotAddress *piAddress, const Addressee &ab
PhoneNumber::List abPhones(abEntry.phoneNumbers());
PhoneNumber::List piPhones = TDEABCSync::getPhoneNumbers(*piAddress);
- // first make sure that all of the pilot phone numbers are in kabc
+ // first make sure that all of the pilot phone numbers are in tdeabc
for (PhoneNumber::List::Iterator it = piPhones.begin(); it != piPhones.end(); it++) {
PhoneNumber piPhone = *it;
bool found=false;
@@ -1375,11 +1375,11 @@ bool AbbrowserConduit::_equal(const PilotAddress *piAddress, const Addressee &ab
}
}
if (!found) {
- DEBUGKPILOT << fname << ": not equal because kabc phone not found." << endl;
+ DEBUGKPILOT << fname << ": not equal because tdeabc phone not found." << endl;
return false;
}
}
- // now the other way. *cringe* kabc has the capacity to store way more addresses
+ // now the other way. *cringe* tdeabc has the capacity to store way more addresses
// than the Pilot, so this might give false positives more than we'd want....
for (PhoneNumber::List::Iterator it = abPhones.begin(); it != abPhones.end(); it++) {
PhoneNumber abPhone = *it;
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h
index 652915c..3f017eb 100644
--- a/conduits/abbrowserconduit/abbrowser-conduit.h
+++ b/conduits/abbrowserconduit/abbrowser-conduit.h
@@ -35,7 +35,7 @@
#include <pilotAddress.h>
#include <plugin.h>
-#include "kabcRecord.h"
+#include "tdeabcRecord.h"
class ResolutionTable;
diff --git a/conduits/abbrowserconduit/kabcRecord.cc b/conduits/abbrowserconduit/tdeabcRecord.cc
index dae2539..275450d 100644
--- a/conduits/abbrowserconduit/kabcRecord.cc
+++ b/conduits/abbrowserconduit/tdeabcRecord.cc
@@ -5,7 +5,7 @@
** Copyright (C) 2007 by Adriaan de Groot <groot@kde.org>
**
** The abbrowser conduit copies addresses from the Pilot's address book to
-** the KDE addressbook maintained via the kabc library. This file
+** the KDE addressbook maintained via the tdeabc library. This file
** deals with the actual copying of HH addresses to KABC addresses
** and back again.
*/
@@ -38,7 +38,7 @@
#include <tdeglobal.h>
#include <tdeabc/addressee.h>
-#include "kabcRecord.h"
+#include "tdeabcRecord.h"
/**
* Okay, this is so that we can map the Pilot phone types to Phone Number
@@ -590,9 +590,9 @@ void TDEABCSync::copy(TDEABC::Addressee &toAbEntry,
// the other phone number fields
toAbEntry.setEmails(fromPiAddr.getEmails());
- // going from Pilot to kabc, we need to clear out all phone records in kabc
+ // going from Pilot to tdeabc, we need to clear out all phone records in tdeabc
// so that they can be set from the Pilot. If we do not do this, then records
- // will be left in kabc when they are removed from the Pilot and we'll look
+ // will be left in tdeabc when they are removed from the Pilot and we'll look
// broken.
TDEABC::PhoneNumber::List old = toAbEntry.phoneNumbers();
for (TDEABC::PhoneNumber::List::Iterator it = old.begin(); it != old.end(); ++it) {
@@ -600,7 +600,7 @@ void TDEABCSync::copy(TDEABC::Addressee &toAbEntry,
toAbEntry.removePhoneNumber(phone);
}
- // now, get the phone numbers from the Pilot and set them one at a time in kabc
+ // now, get the phone numbers from the Pilot and set them one at a time in tdeabc
TDEABC::PhoneNumber::List phones = TDEABCSync::getPhoneNumbers(fromPiAddr);
for (TDEABC::PhoneNumber::List::Iterator it = phones.begin(); it != phones.end(); ++it) {
TDEABC::PhoneNumber phone = *it;
@@ -618,9 +618,9 @@ void TDEABCSync::copy(TDEABC::Addressee &toAbEntry,
TDEABCSync::setFieldFromHHOtherPhone(toAbEntry,
fromPiAddr.getPhoneField(PilotAddressInfo::eOther),syncSettings);
- // going from Pilot to kabc, we need to clear out all addresses in kabc
+ // going from Pilot to tdeabc, we need to clear out all addresses in tdeabc
// so that they can be set from the Pilot. If we do not do this, then records
- // will be left in kabc when they are removed from the Pilot and we'll look
+ // will be left in tdeabc when they are removed from the Pilot and we'll look
// broken.
TDEABC::Address::List oAddr = toAbEntry.addresses();
for (TDEABC::Address::List::Iterator it = oAddr.begin(); it != oAddr.end(); ++it) {
diff --git a/conduits/abbrowserconduit/kabcRecord.h b/conduits/abbrowserconduit/tdeabcRecord.h
index 4efb10d..390a212 100644
--- a/conduits/abbrowserconduit/kabcRecord.h
+++ b/conduits/abbrowserconduit/tdeabcRecord.h
@@ -1,5 +1,5 @@
-#ifndef _KPILOT_KABCRECORD_H
-#define _KPILOT_KABCRECORD_H
+#ifndef _KPILOT_TDEABCRECORD_H
+#define _KPILOT_TDEABCRECORD_H
/* KPilot
**
** Copyright (C) 2000,2001 by Dan Pilone
@@ -7,7 +7,7 @@
** Copyright (C) 2007 by Adriaan de Groot <groot@kde.org>
**
** The abbrowser conduit copies addresses from the Pilot's address book to
-** the KDE addressbook maintained via the kabc library. This file
+** the KDE addressbook maintained via the tdeabc library. This file
** deals with the actual copying of HH addresses to KABC addresses
** and back again.
*/
diff --git a/conduits/configure.in.in b/conduits/configure.in.in
index db7d8d7..ae2359d 100644
--- a/conduits/configure.in.in
+++ b/conduits/configure.in.in
@@ -23,7 +23,7 @@ dnl
dnl
dnl Questions and comments can be sent to kde-pim@kde.org
dnl
-dnl This was copied and adapted from kabc's ldap configure.in.in
+dnl This was copied and adapted from tdeabc's ldap configure.in.in
AC_DEFUN([KPILOT_CHECK_MAL],
diff --git a/conduits/docconduit/CMakeLists.txt b/conduits/docconduit/CMakeLists.txt
index 8793b28..72e6445 100644
--- a/conduits/docconduit/CMakeLists.txt
+++ b/conduits/docconduit/CMakeLists.txt
@@ -58,7 +58,7 @@ kde3_add_kcfg_files(kpalmdoc_SRCS kpalmdocSettings.kcfgc)
trinity_add_ui_files(kpalmdoc_SRCS kpalmdoc_dlgbase.ui)
trinity_automoc(${kpalmdoc_SRCS})
add_executable(kpalmdoc ${kpalmdoc_SRCS})
-target_link_libraries(kpalmdoc ${QT_LIBRARIES} kpilot tdeui kio)
+target_link_libraries(kpalmdoc ${QT_LIBRARIES} kpilot tdeui tdeio)
kpilot_rpath(kpalmdoc)
install(
diff --git a/conduits/docconduit/Makefile.am b/conduits/docconduit/Makefile.am
index 617df41..2e1f79c 100644
--- a/conduits/docconduit/Makefile.am
+++ b/conduits/docconduit/Makefile.am
@@ -28,7 +28,7 @@ conduit_doc_la_LIBADD = ../../lib/libkpilot.la libpalmdoc_shared.la \
##libpalmdoc_shared.la
kpalmdoc_SOURCES = kpalmdocSettings.kcfgc kpalmdoc_dlgbase.ui kpalmdoc_dlg.cc kpalmdoc.cpp
-kpalmdoc_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kpalmdoc_LDFLAGS = $(PISOCK_LDFLAGS) $(PISOCK_LIB) $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kpalmdoc_LDADD = $(LIB_TDEFILE) $(PISOCK_LDFLAGS) $(PISOCK_LIB) ../../lib/libkpilot.la libpalmdoc_shared.la
xdg_apps_DATA = kpalmdoc.desktop
diff --git a/conduits/notepadconduit/Makefile.am b/conduits/notepadconduit/Makefile.am
index 1e2c35c..33ab473 100644
--- a/conduits/notepadconduit/Makefile.am
+++ b/conduits/notepadconduit/Makefile.am
@@ -10,5 +10,5 @@ kde_module_LTLIBRARIES = conduit_notepad.la
conduit_notepad_la_SOURCES = notepadconduit.kcfgc notepad-setup.ui \
notepad-conduit.cc notepad-factory.cc
conduit_notepad_la_LDFLAGS= -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui
-conduit_notepad_la_LIBADD= ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_KIO)
+conduit_notepad_la_LIBADD= ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO)
diff --git a/conduits/popmail/Makefile.am b/conduits/popmail/Makefile.am
index 3a87f22..cc1e444 100644
--- a/conduits/popmail/Makefile.am
+++ b/conduits/popmail/Makefile.am
@@ -17,7 +17,7 @@ conduit_popmail_la_SOURCES = popmailSettings.kcfgc setup-dialog.ui \
popmail-factory.cc setupDialog.cc \
popmail-conduit.cc
conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui -lDCOP
-conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_KIO)
+conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEIO)
# this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = popmail-conduit.h setupDialog.h
diff --git a/conduits/sysinfoconduit/Makefile.am b/conduits/sysinfoconduit/Makefile.am
index b1f87be..d8f48ae 100644
--- a/conduits/sysinfoconduit/Makefile.am
+++ b/conduits/sysinfoconduit/Makefile.am
@@ -16,7 +16,7 @@ conduit_sysinfo_la_SOURCES = sysinfoSettings.kcfgc \
sysinfo-conduit.cc \
sysinfo-setup_dialog.ui
conduit_sysinfo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui
-conduit_sysinfo_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_KIO)
+conduit_sysinfo_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEIO)
kpilot_sysinfo_data_DATA = Template.html Template.txt
kpilot_sysinfo_datadir = $(kde_datadir)/kpilot/sysinfoconduit