new virtual function to get settings from kipi host using QVariant container
[kdegraphics.git] / strigi-analyzer / pnm / kfile_pnm.h
blob460929c27e20a21ec9da095745f823816a8c1460
1 /* This file is part of the KDE project
2 * Copyright (C) 2003 Volker Krause <volker.krause@rwth-aachen.de>
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., 51 Franklin Street, Fifth Floor,
16 * Boston, MA 02110-1301, USA.
20 #ifndef __KFILE_PNM_H__
21 #define __KFILE_PNM_H__
23 #include <kfilemetainfo.h>
25 class QStringList;
27 class KPnmPlugin: public KFilePlugin
29 Q_OBJECT
31 public:
32 KPnmPlugin( QObject *parent, const QStringList& preferredItems );
33 virtual bool readInfo( KFileMetaInfo& info, uint );
35 private:
36 void makeMimeTypeInfo( const QString&);
39 #endif