diff options
Diffstat (limited to 'libkcal/tests/testrecurson.cpp')
-rw-r--r-- | libkcal/tests/testrecurson.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/tests/testrecurson.cpp b/libkcal/tests/testrecurson.cpp index 01dfb5f7a..343bad459 100644 --- a/libkcal/tests/testrecurson.cpp +++ b/libkcal/tests/testrecurson.cpp @@ -80,7 +80,7 @@ int main( int argc, char **argv ) outstream = new TQTextStream( &outfile ); } - CalendarLocal cal( TQString::fromLatin1("UTC") ); + CalendarLocal cal( TQString::tqfromLatin1("UTC") ); if ( !cal.load( input ) ) return 1; TQString tz = cal.nonKDECustomProperty( "X-LibKCal-Testsuite-OutTZ" ); |