#include "dolphinmainwindow.h"
#include "dolphinnewmenu.h"
-#include "dolphinsettings.h"
+#include "settings/dolphinsettings.h"
#include "dolphinview.h"
#include "dolphinviewcontainer.h"
#include "dolphin_generalsettings.h"
m_capabilities(0),
m_fileInfo(fileInfo),
m_baseUrl(baseUrl),
- m_context(NoContext)
+ m_context(NoContext),
+ m_copyToMenu(parent)
{
// The context menu either accesses the URLs of the selected items
// or the items itself. To increase the performance both lists are cached.
KPropertiesDialog* dialog = new KPropertiesDialog(url, m_mainWindow);
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
- dialog->raise();
- dialog->activateWindow();
} else if (action == addToPlacesAction) {
const KUrl& url = m_mainWindow->activeViewContainer()->url();
if (url.isValid()) {