diff options
Diffstat (limited to 'kabc')
-rw-r--r-- | kabc/ldapurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/ldapurl.h b/kabc/ldapurl.h index 0c2693758..72fb4bd55 100644 --- a/kabc/ldapurl.h +++ b/kabc/ldapurl.h @@ -48,7 +48,7 @@ namespace KABC { bool critical; }; - typedef enum Scope { Base, One, Sub }; + enum Scope { Base, One, Sub }; /** Constructs an empty KLDAPUrl. */ LDAPUrl(); |