summaryrefslogtreecommitdiffstats
path: root/libkcal/tests/testrecurson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/tests/testrecurson.cpp')
-rw-r--r--libkcal/tests/testrecurson.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/tests/testrecurson.cpp b/libkcal/tests/testrecurson.cpp
index 343bad45..fe949f6d 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 );
}
}