diff -r e4d3a9313d04 -r 4f305c07dd7c mainwindow.cpp --- a/mainwindow.cpp Mon Mar 30 07:50:51 2009 +0000 +++ b/mainwindow.cpp Thu Apr 02 09:57:36 2009 +0000 @@ -2508,6 +2508,7 @@ } if (browser.contains("konqueror")) { + cout << "Main::openTabs urls="<start ("dcop",args); - //cout << qPrintable (args.join(" "))<waitForStarted() ) success=false; } if (!success) @@ -2596,6 +2601,7 @@ { QStringList urls; urls=currentMapEditor()->getURLs(); + openTabs (urls); } }