summaryrefslogtreecommitdiffstats
path: root/libkcal/tests/testrecurprevious.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/tests/testrecurprevious.cpp')
-rw-r--r--libkcal/tests/testrecurprevious.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/tests/testrecurprevious.cpp b/libkcal/tests/testrecurprevious.cpp
index ca65dbfd..4fc87b9e 100644
--- a/libkcal/tests/testrecurprevious.cpp
+++ b/libkcal/tests/testrecurprevious.cpp
@@ -80,7 +80,7 @@ int main( int argc, char **argv )
outstream = new TQTextStream( &outfile );
}
- CalendarLocal cal( TQString::tqfromLatin1("UTC") );
+ CalendarLocal cal( TQString::fromLatin1("UTC") );
if ( !cal.load( input ) ) return 1;
TQString tz = cal.nonKDECustomProperty( "X-LibKCal-Testsuite-OutTZ" );