summaryrefslogtreecommitdiffstats
path: root/kaddressbook/ldapsearchdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/ldapsearchdialog.h')
-rw-r--r--kaddressbook/ldapsearchdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/ldapsearchdialog.h b/kaddressbook/ldapsearchdialog.h
index dde2bc95..1f3a5c3b 100644
--- a/kaddressbook/ldapsearchdialog.h
+++ b/kaddressbook/ldapsearchdialog.h
@@ -43,7 +43,7 @@ class TQPushButton;
class KABCore;
class ContactListItem;
-namespace KABC {
+namespace TDEABC {
class Resource;
}
@@ -53,7 +53,7 @@ class LDAPSearchDialog : public KDialogBase
public:
- LDAPSearchDialog( KABC::AddressBook *ab, KABCore *core, TQWidget* parent, const char* name = 0 );
+ LDAPSearchDialog( TDEABC::AddressBook *ab, KABCore *core, TQWidget* parent, const char* name = 0 );
~LDAPSearchDialog();
bool isOK() const { return mIsOK; }
@@ -80,7 +80,7 @@ class LDAPSearchDialog : public KDialogBase
* unless they already exist. Returns the list of both the added
* and the existing contacts.
*/
- KABC::Addressee::List importContactsUnlessTheyExist( const TQValueList<ContactListItem*>& items, KABC::Resource * const resource );
+ TDEABC::Addressee::List importContactsUnlessTheyExist( const TQValueList<ContactListItem*>& items, TDEABC::Resource * const resource );
protected:
TQString selectedEMails() const;
@@ -89,7 +89,7 @@ class LDAPSearchDialog : public KDialogBase
private:
void saveSettings();
- static KABC::Addressee convertLdapAttributesToAddressee( const KPIM::LdapAttrMap& attrs );
+ static TDEABC::Addressee convertLdapAttributesToAddressee( const KPIM::LdapAttrMap& attrs );
#ifdef TDEPIM_NEW_DISTRLISTS
KPIM::DistributionList selectDistributionList();
#endif
@@ -101,7 +101,7 @@ class LDAPSearchDialog : public KDialogBase
int mNumHosts;
TQPtrList<KPIM::LdapClient> mLdapClientList;
bool mIsOK;
- KABC::AddressBook *mAddressBook;
+ TDEABC::AddressBook *mAddressBook;
KABCore *mCore;
KComboBox* mFilterCombo;