summaryrefslogtreecommitdiffstats
path: root/fileplugin/kfile_kbarcode.h
blob: 2ac3a4c6a50e336f33318e772c5fc31e339b2443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (C) 2003 Dominik Seichter <domseichter@web.de>
 */

#ifndef _PLUGIN_KBARCODEFILEPLUGIN_H_
#define _PLUGIN_KBARCODEFILEPLUGIN_H_

#include <kfilemetainfo.h>

class TQStringList;

class KBarcodePlugin: public KFilePlugin
{
    Q_OBJECT
  

public:
    KBarcodePlugin( TQObject *parent, const char *name, const TQStringList& args );

    virtual bool readInfo( KFileMetaInfo& info, uint );
};


#endif // _PLUGIN_KBARCODEFILEPLUGIN_H_