diff options
Diffstat (limited to 'libkcal/tests/readandwrite.cpp')
-rw-r--r-- | libkcal/tests/readandwrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/tests/readandwrite.cpp b/libkcal/tests/readandwrite.cpp index 0c8f55861..b2cd5b9c4 100644 --- a/libkcal/tests/readandwrite.cpp +++ b/libkcal/tests/readandwrite.cpp @@ -46,7 +46,7 @@ static const KCmdLineOptions options[] = int main( int argc, char **argv ) { - KAboutData aboutData( "readandwrite", "Read and Write Calendar", "0.1" ); + TDEAboutData aboutData( "readandwrite", "Read and Write Calendar", "0.1" ); TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); |