diff options
Diffstat (limited to 'libkcal/tests/testrecurson.cpp')
-rw-r--r-- | libkcal/tests/testrecurson.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/tests/testrecurson.cpp b/libkcal/tests/testrecurson.cpp index 343bad459..fe949f6dd 100644 --- a/libkcal/tests/testrecurson.cpp +++ b/libkcal/tests/testrecurson.cpp @@ -102,14 +102,14 @@ int main( int argc, char **argv ) // Output to file for testing purposes while ( dt.year() <= 2010 ) { if ( incidence->recursOn( dt ) ) - (*outstream) << dt.toString( Qt::ISODate ) << endl; + (*outstream) << dt.toString( TQt::ISODate ) << endl; dt = dt.addDays( 1 ); } } else { dt = TQDate( 2005, 1, 1 ); while ( dt.year() < 2007 ) { if ( incidence->recursOn( dt ) ) - kdDebug(5800) << dt.toString( Qt::ISODate ) << endl; + kdDebug(5800) << dt.toString( TQt::ISODate ) << endl; dt = dt.addDays( 1 ); } } |