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 ef9d62c8..ca65dbfd 100644
--- a/libkcal/tests/testrecurprevious.cpp
+++ b/libkcal/tests/testrecurprevious.cpp
@@ -109,7 +109,7 @@ int main( int argc, char **argv )
dt = dt.addSecs( -1 );
++i;
dt = incidence->recurrence()->getPreviousDateTime( dt );
- (*outstream) << dt.toString( Qt::ISODate ) << endl;
+ (*outstream) << dt.toString( TQt::ISODate ) << endl;
}
} else {
if ( !dt.isValid() ) dt = TQDateTime( TQDate( 2005, 7, 31 ), TQTime( 23, 59, 59 ) );