diff options
Diffstat (limited to 'kaddressbook/xxport/dateparser.h')
-rw-r--r-- | kaddressbook/xxport/dateparser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/xxport/dateparser.h b/kaddressbook/xxport/dateparser.h index 569969515..14fe14473 100644 --- a/kaddressbook/xxport/dateparser.h +++ b/kaddressbook/xxport/dateparser.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef DATEPARSER_H @@ -29,7 +29,7 @@ /** This class parses the date out of a given string with the help of a pattern. - The pattern can tqcontains the following key characters: + The pattern can contains the following key characters: y = year (e.g. 82) Y = year (e.g. 1982) m = month (e.g. 7, 07 or 12) |