summaryrefslogtreecommitdiffstats
path: root/src/borrowerdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-20 16:20:49 -0600
committerTimothy Pearson <[email protected]>2013-02-20 16:20:49 -0600
commitddbeadcbd0b5659ae5e8171937303cab42e65ae3 (patch)
treed546620caeb21a41041e1107a416e31ac3777f5e /src/borrowerdialog.h
parentf30a2ee143c5c4de2891c497526e921418b06fe6 (diff)
downloadtellico-ddbeadcbd0b5659ae5e8171937303cab42e65ae3.tar.gz
tellico-ddbeadcbd0b5659ae5e8171937303cab42e65ae3.zip
Rename KABC namespace
Diffstat (limited to 'src/borrowerdialog.h')
-rw-r--r--src/borrowerdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/borrowerdialog.h b/src/borrowerdialog.h
index 4d520ef..ba2b64b 100644
--- a/src/borrowerdialog.h
+++ b/src/borrowerdialog.h
@@ -23,7 +23,7 @@ class KLineEdit;
#include <tdelistview.h>
#include <tqdict.h>
-namespace KABC {
+namespace TDEABC {
class Addressee;
}
@@ -61,7 +61,7 @@ private:
class Item : public TDEListViewItem {
public:
- Item(TDEListView* parent, const KABC::Addressee& addressee);
+ Item(TDEListView* parent, const TDEABC::Addressee& addressee);
Item(TDEListView* parent, const Data::Borrower& borrower);
const TQString& uid() const { return m_uid; }