1
/* This file is part of the KDE project
2
* Copyright (C) 2002 Simon MacMullen
4
* This program is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU General Public
6
* License as published by the Free Software Foundation version 2.
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
* General Public License for more details.
13
* You should have received a copy of the GNU General Public License
14
* along with this program; see the file COPYING. If not, write to
15
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
* Boston, MA 02111-1307, USA.
20
#ifndef __KFILE_KOFFICE_H__
21
#define __KFILE_KOFFICE_H__
23
#include <kfilemetainfo.h>
28
class KOfficePlugin: public KFilePlugin
33
KOfficePlugin( QObject *parent, const char *name, const QStringList& args );
35
virtual bool readInfo( KFileMetaInfo& info, uint what);
38
void makeMimeTypeInfo(const QString& mimeType);
39
QString stringFromNode(QDomNode node, QString name);