summaryrefslogtreecommitdiffstats
path: root/fileplugin/kfile_kbarcode.h
blob: 419af16deaa7ef1d379609e7c4433402b1c165c8 (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
  TQ_OBJECT

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

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


#endif // _PLUGIN_KBARCODEFILEPLUGIN_H_