|
|
@ -43,8 +43,8 @@ int main(int argc, char **argv)
|
|
|
|
about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr");
|
|
|
|
about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr");
|
|
|
|
about.addCredit( "Jarosław Staniek", "Win32 version, some icons, many fixes, ideas and bug reports", "js@iidea.pl", 0);
|
|
|
|
about.addCredit( "Jarosław Staniek", "Win32 version, some icons, many fixes, ideas and bug reports", "js@iidea.pl", 0);
|
|
|
|
about.addCredit( "Kristof Borrey ", "Icons", 0, "kristof.borrey@skynet.be" );
|
|
|
|
about.addCredit( "Kristof Borrey ", "Icons", 0, "kristof.borrey@skynet.be" );
|
|
|
|
KCmdLineArgs::init(argc, argv, &about);
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
KCmdLineArgs::addCmdLineOptions(options);
|
|
|
|
TDECmdLineArgs::addCmdLineOptions(options);
|
|
|
|
KApplication app;
|
|
|
|
KApplication app;
|
|
|
|
|
|
|
|
|
|
|
|
KGlobal::iconLoader()->addAppDir("kexi");
|
|
|
|
KGlobal::iconLoader()->addAppDir("kexi");
|
|
|
@ -67,7 +67,7 @@ int main(int argc, char **argv)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// no session.. just start up normally
|
|
|
|
// no session.. just start up normally
|
|
|
|
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
|
|
|
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
|
|
|
|
if (args->count() >= 1)
|
|
|
|
if (args->count() >= 1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
for (int i = 0; i < args->count(); i++)
|
|
|
|
for (int i = 0; i < args->count(); i++)
|
|
|
|