diff options
Diffstat (limited to 'lib/koproperty/test/main.cpp')
-rw-r--r-- | lib/koproperty/test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index 2ac77391..818d6637 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -36,8 +36,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("proptest", "KoProperty Test", version, description, - KAboutData::License_GPL, "(C) 2005 Cedric Pasteur", 0, 0, "cedric.pasteur@free.fr"); + TDEAboutData about("proptest", "KoProperty Test", version, description, + TDEAboutData::License_GPL, "(C) 2005 Cedric Pasteur", 0, 0, "cedric.pasteur@free.fr"); about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); |