diff options
Diffstat (limited to 'kexi/formeditor/test/main.cpp')
-rw-r--r-- | kexi/formeditor/test/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/formeditor/test/main.cpp b/kexi/formeditor/test/main.cpp index f4866f29..5c79f55f 100644 --- a/kexi/formeditor/test/main.cpp +++ b/kexi/formeditor/test/main.cpp @@ -43,8 +43,8 @@ int main(int argc, char **argv) about.addAuthor( "Cedric Pasteur", 0, "[email protected]"); about.addCredit( "Jarosław Staniek", "Win32 version, some icons, many fixes, ideas and bug reports", "[email protected]", 0); about.addCredit( "Kristof Borrey ", "Icons", 0, "[email protected]" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; KGlobal::iconLoader()->addAppDir("kexi"); @@ -67,7 +67,7 @@ int main(int argc, char **argv) else { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count() >= 1) { for (int i = 0; i < args->count(); i++) |