diff options
Diffstat (limited to 'libkcal/calformat.cpp')
-rw-r--r-- | libkcal/calformat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/calformat.cpp b/libkcal/calformat.cpp index e506b8dfe..12ba30696 100644 --- a/libkcal/calformat.cpp +++ b/libkcal/calformat.cpp @@ -27,8 +27,8 @@ using namespace KCal; -TQString CalFormat::mApplication = TQString::fromLatin1("libkcal"); -TQString CalFormat::mProductId = TQString::fromLatin1("-//K Desktop Environment//NONSGML libkcal 3.5//EN"); +TQString CalFormat::mApplication = TQString::tqfromLatin1("libkcal"); +TQString CalFormat::mProductId = TQString::tqfromLatin1("-//K Desktop Environment//NONSGML libkcal 3.5//EN"); CalFormat::CalFormat() |