summaryrefslogtreecommitdiffstats
path: root/sip/kabc/ldapconfigwidget.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/ldapconfigwidget.sip')
-rw-r--r--sip/kabc/ldapconfigwidget.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kabc/ldapconfigwidget.sip b/sip/kabc/ldapconfigwidget.sip
index 928c00a..81b4cf6 100644
--- a/sip/kabc/ldapconfigwidget.sip
+++ b/sip/kabc/ldapconfigwidget.sip
@@ -25,7 +25,7 @@
%If ( KDE_3_3_0 - )
-namespace KABC
+namespace TDEABC
{
class LdapConfigWidget : TQWidget
@@ -95,11 +95,11 @@ public:
int timeLimit () const;
int flags () const;
void setFlags (int);
- KABC::LDAPUrl url () const;
+ TDEABC::LDAPUrl url () const;
}; // class LdapConfigWidget
-}; // namespace KABC
+}; // namespace TDEABC
%End