svn path=/trunk/KDE/kdebase/libkonq/; revision=470237
This commit is contained in:
David Faure 2005-10-13 12:11:20 +00:00
parent a4a279c0b5
commit 098bfcfa20
2 changed files with 36 additions and 0 deletions

View file

@ -1,3 +1,21 @@
/* This file is part of the KDE projects
Copyright (C) 2005 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 version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include "konqmimedata.h"
#include <qmimedata.h>
#include <kdebug.h>

View file

@ -1,3 +1,21 @@
/* This file is part of the KDE projects
Copyright (C) 2005 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 version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef KONQMIMEDATA_H
#define KONQMIMEDATA_H