diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
commit | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch) | |
tree | 29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/ldapconfigwidget.h | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/ldapconfigwidget.h')
-rw-r--r-- | tdeabc/ldapconfigwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/ldapconfigwidget.h b/tdeabc/ldapconfigwidget.h index 7071bce10..662534fd6 100644 --- a/tdeabc/ldapconfigwidget.h +++ b/tdeabc/ldapconfigwidget.h @@ -38,7 +38,7 @@ class KComboBox; class KLineEdit; class KProgressDialog; -namespace KABC { +namespace TDEABC { /** @short LDAP Configuration widget @@ -252,7 +252,7 @@ namespace KABC { * Returns a LDAP Url constructed from the settings given. * Extensions are filled for use in the LDAP ioslave */ - KABC::LDAPUrl url() const; + TDEABC::LDAPUrl url() const; private slots: void setLDAPPort(); |