diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
commit | bd4d40e62f0ade42fbc594c1c87dfc93dfab8c99 (patch) | |
tree | 0846110ee822a57b2b7d9f08422282b03f0504b5 /libkcal/versit | |
parent | 3bbd9f8c37af59661292e14ec82088ffb09195e2 (diff) | |
download | tdepim-bd4d40e62f0ade42fbc594c1c87dfc93dfab8c99.tar.gz tdepim-bd4d40e62f0ade42fbc594c1c87dfc93dfab8c99.zip |
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/versit')
-rw-r--r-- | libkcal/versit/vobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/versit/vobject.h b/libkcal/versit/vobject.h index 835a4b133..e456c8815 100644 --- a/libkcal/versit/vobject.h +++ b/libkcal/versit/vobject.h @@ -207,8 +207,8 @@ extern "C" { #define VCPSProp "PS" #define VCPublicKeyProp "KEY" #define VCTQPProp "QP" -#define VCQuickTimeProp "TQTIME" -#define VCQuotedPrintableProp "TQUOTED-PRINTABLE" +#define VCQuickTimeProp "QTIME" +#define VCQuotedPrintableProp "QUOTED-PRINTABLE" #define VCRDateProp "RDATE" #define VCRegionProp "R" #define VCRelatedToProp "RELATED-TO" |