diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-23 02:22:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-23 02:22:57 +0000 |
commit | e7c20618e624eb27aa17abcdc471f3711e94b914 (patch) | |
tree | f65079aee8c8511dc318c8d6ce782b32796e16b5 /kabc/vcard | |
parent | f5dfb1faa646f3705a5789f7bdf3ece561697596 (diff) | |
download | tdelibs-e7c20618e624eb27aa17abcdc471f3711e94b914.tar.gz tdelibs-e7c20618e624eb27aa17abcdc471f3711e94b914.zip |
Fixed typo
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1141612 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc/vcard')
-rw-r--r-- | kabc/vcard/Enum.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/Enum.cpp b/kabc/vcard/Enum.cpp index c2a0eeab3..3ed4a67c5 100644 --- a/kabc/vcard/Enum.cpp +++ b/kabc/vcard/Enum.cpp @@ -101,8 +101,8 @@ VCARD::paramTypesTable[] = { ParamNone, // VERSION ParamNone, // CLASS ParamTextBin, // KEY - ParamTextNS // X - ParamNone, // URI + ParamTextNS, // X + ParamNone // URI }; ParamType |