summaryrefslogtreecommitdiffstats
path: root/tdeabc/formats
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/formats')
-rw-r--r--tdeabc/formats/Makefile.am2
-rw-r--r--tdeabc/formats/binaryformat.cpp2
-rw-r--r--tdeabc/formats/binaryformat.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeabc/formats/Makefile.am b/tdeabc/formats/Makefile.am
index 7e425bb7d..e96ff8203 100644
--- a/tdeabc/formats/Makefile.am
+++ b/tdeabc/formats/Makefile.am
@@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdeabcformat_binary.la
tdeabcformat_binary_la_SOURCES = binaryformat.cpp
tdeabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \
-no-undefined
-tdeabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE)
+tdeabcformat_binary_la_LIBADD = $(LIB_TDEABC) $(LIB_QT) $(LIB_TDECORE)
tdeabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
# these are the headers for your project
diff --git a/tdeabc/formats/binaryformat.cpp b/tdeabc/formats/binaryformat.cpp
index f37146e57..15dbec8a8 100644
--- a/tdeabc/formats/binaryformat.cpp
+++ b/tdeabc/formats/binaryformat.cpp
@@ -34,7 +34,7 @@
#define BINARY_FORMAT_VERSION 1
-using namespace KABC;
+using namespace TDEABC;
extern "C"
{
diff --git a/tdeabc/formats/binaryformat.h b/tdeabc/formats/binaryformat.h
index 09efde41a..faf6c8e5a 100644
--- a/tdeabc/formats/binaryformat.h
+++ b/tdeabc/formats/binaryformat.h
@@ -22,7 +22,7 @@
#include "formatplugin.h"
-namespace KABC {
+namespace TDEABC {
class AddressBook;
class Addressee;