diff options
Diffstat (limited to 'libkcal/qtopiaformat.cpp')
-rw-r--r-- | libkcal/qtopiaformat.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/qtopiaformat.cpp b/libkcal/qtopiaformat.cpp index b91c1d1c8..7b7954b71 100644 --- a/libkcal/qtopiaformat.cpp +++ b/libkcal/qtopiaformat.cpp @@ -23,9 +23,9 @@ #include <tqstring.h> #include <tqptrlist.h> #include <tqregexp.h> -#include <clipboard.h> +#include <tqclipboard.h> #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqxml.h> #include <kdebug.h> @@ -294,7 +294,7 @@ bool TQtopiaFormat::save( Calendar *calendar, const TQString &fileName ) TQFile file( fileName ); if (!file.open( IO_WriteOnly ) ) { setException(new ErrorFormat(ErrorFormat::SaveError, - i18n("Could not open file '%1'").arg(fileName))); + i18n("Could not open file '%1'").tqarg(fileName))); return false; } TQTextStream ts( &file ); |