summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/addressbooklinkwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:19 -0600
commitabed891d4e05028ca7fdfa1aecb047d2cc9e3da9 (patch)
tree3886579911eba100500e673e5c994dbcae42a6d2 /kopete/libkopete/ui/addressbooklinkwidget.h
parent795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff)
downloadtdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz
tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip
Rename KABC namespace
Diffstat (limited to 'kopete/libkopete/ui/addressbooklinkwidget.h')
-rw-r--r--kopete/libkopete/ui/addressbooklinkwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/ui/addressbooklinkwidget.h b/kopete/libkopete/ui/addressbooklinkwidget.h
index 0ff4a651..a20f021f 100644
--- a/kopete/libkopete/ui/addressbooklinkwidget.h
+++ b/kopete/libkopete/ui/addressbooklinkwidget.h
@@ -50,7 +50,7 @@ public:
/**
* Set the currently selected addressee
*/
- void setAddressee( const KABC::Addressee& addr );
+ void setAddressee( const TDEABC::Addressee& addr );
/**
* Set the current metacontact so that the selector dialog may be preselected
*/
@@ -61,9 +61,9 @@ public:
TQString uid() const;
signals:
/**
- * Emitted when the selected addressee changed. addr is the KABC::Addressee that was selected. If addr.isEmpty() is empty, the clear button was clicked.
+ * Emitted when the selected addressee changed. addr is the TDEABC::Addressee that was selected. If addr.isEmpty() is empty, the clear button was clicked.
*/
- void addresseeChanged( const KABC::Addressee& addr );
+ void addresseeChanged( const TDEABC::Addressee& addr );
/**
* Provided so you can perform your own actions instead of opening the AddressBookSelectorWidget.