both into libdolphinprivate and into dolphin.
Also fix missing newline in copyright header.
svn path=/trunk/KDE/kdebase/apps/; revision=882336
dolphincontextmenu.cpp
dolphinfileplacesview.cpp
dolphinsettingsdialog.cpp
dolphincontextmenu.cpp
dolphinfileplacesview.cpp
dolphinsettingsdialog.cpp
filterbar.cpp
generalsettingspage.cpp
generalviewsettingspage.cpp
filterbar.cpp
generalsettingspage.cpp
generalviewsettingspage.cpp
/***************************************************************************
* Copyright (C) 2007 by Peter Penz <peter.penz@gmx.at> *
/***************************************************************************
* Copyright (C) 2007 by Peter Penz <peter.penz@gmx.at> *
- * Copyright (C) 2007 by David Faure <faure@kde.org> * * *
+ * Copyright (C) 2007 by David Faure <faure@kde.org> *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
#include <kfileitem.h>
#include <kicon.h>
#include <klocale.h>
#include <kfileitem.h>
#include <kicon.h>
#include <klocale.h>
#include <konq_operations.h>
#include <QAbstractItemView>
#include <konq_operations.h>
#include <QAbstractItemView>
/***************************************************************************
* Copyright (C) 2007 by Peter Penz <peter.penz@gmx.at> *
/***************************************************************************
* Copyright (C) 2007 by Peter Penz <peter.penz@gmx.at> *
- * Copyright (C) 2007 by David Faure <faure@kde.org> * * *
+ * Copyright (C) 2007 by David Faure <faure@kde.org> *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
#ifndef DRAGANDDROPHELPER_H
#define DRAGANDDROPHELPER_H
#ifndef DRAGANDDROPHELPER_H
#define DRAGANDDROPHELPER_H
+#include "libdolphin_export.h"
#include <QObject>
class DolphinController;
#include <QObject>
class DolphinController;
* DolphinColumnView and SidebarTreeView to have a consistent
* drag and drop behavior between all views.
*/
* DolphinColumnView and SidebarTreeView to have a consistent
* drag and drop behavior between all views.
*/
-class DragAndDropHelper : public QObject
+class LIBDOLPHINPRIVATE_EXPORT DragAndDropHelper : public QObject