diff options
Diffstat (limited to 'lib/koproperty/test/main.cpp')
-rw-r--r-- | lib/koproperty/test/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index 83370cfd..b28a8034 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -39,8 +39,8 @@ 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"); about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; Test *mainWin = 0; @@ -51,7 +51,7 @@ int main(int argc, char **argv) else { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); /// @todo do something with the command line args here |