diff options
Diffstat (limited to 'tderesources/egroupware')
-rw-r--r-- | tderesources/egroupware/Makefile.am | 6 | ||||
-rw-r--r-- | tderesources/egroupware/synchronizer.h | 2 | ||||
-rw-r--r-- | tderesources/egroupware/tdeabc_resourcexmlrpc.h | 4 | ||||
-rw-r--r-- | tderesources/egroupware/xmlrpciface.cpp | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/tderesources/egroupware/Makefile.am b/tderesources/egroupware/Makefile.am index 644b68a34..b1ead510b 100644 --- a/tderesources/egroupware/Makefile.am +++ b/tderesources/egroupware/Makefile.am @@ -20,7 +20,7 @@ lib_LTLIBRARIES = libtdeabc_xmlrpc.la libkcal_xmlrpc.la libknotes_xmlrpc.la libtdeabc_xmlrpc_la_SOURCES = tdeabc_resourcexmlrpc.cpp tdeabc_resourcexmlrpcconfig.cpp \ tdeabc_egroupwareprefs.kcfgc libtdeabc_xmlrpc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined -libtdeabc_xmlrpc_la_LIBADD = $(LIB_KIO) -ltdeabc $(top_builddir)/libtdepim/libtdepim.la \ +libtdeabc_xmlrpc_la_LIBADD = $(LIB_TDEIO) -ltdeabc $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/kaddressbook/common/libkabcommon.la \ libegwcommon.la @@ -39,8 +39,8 @@ libknotes_xmlrpc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la -ltdeprint \ $(top_builddir)/libtdepim/libtdepim.la \ libegwcommon.la -kabcincludedir = $(includedir)/tdeabc -kabcinclude_HEADERS = tdeabc_resourcexmlrpc.h kcal_resourcexmlrpc.h +tdeabcincludedir = $(includedir)/tdeabc +tdeabcinclude_HEADERS = tdeabc_resourcexmlrpc.h kcal_resourcexmlrpc.h kde_module_LTLIBRARIES = tdeabc_xmlrpc.la kcal_xmlrpc.la knotes_xmlrpc.la diff --git a/tderesources/egroupware/synchronizer.h b/tderesources/egroupware/synchronizer.h index e9183bd20..ed9fd1353 100644 --- a/tderesources/egroupware/synchronizer.h +++ b/tderesources/egroupware/synchronizer.h @@ -25,7 +25,7 @@ #include <tqobject.h> /** - A small helper class which blocks an asynchronous operation (e.g. a KIO request) + A small helper class which blocks an asynchronous operation (e.g. a TDEIO request) so that it can be used in a synchronous environment. Example: diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.h b/tderesources/egroupware/tdeabc_resourcexmlrpc.h index d4d6e233b..719c35c0c 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpc.h +++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.h @@ -18,8 +18,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KABC_RESOURCEXMLRPC_H -#define KABC_RESOURCEXMLRPC_H +#ifndef TDEABC_RESOURCEXMLRPC_H +#define TDEABC_RESOURCEXMLRPC_H #include <tqmap.h> #include <tdepimmacros.h> diff --git a/tderesources/egroupware/xmlrpciface.cpp b/tderesources/egroupware/xmlrpciface.cpp index 06ad93e06..dbbabc685 100644 --- a/tderesources/egroupware/xmlrpciface.cpp +++ b/tderesources/egroupware/xmlrpciface.cpp @@ -71,7 +71,7 @@ void Query::call( const TQString &server, const TQString &method, TDEIO::TransferJob *job = TDEIO::http_post( KURL( server ), postData, false ); if ( !job ) { - kdWarning() << "Unable to create KIO job for " << server << endl; + kdWarning() << "Unable to create TDEIO job for " << server << endl; return; } job->addMetaData( "UserAgent", userAgent ); |