You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
450 B
25 lines
450 B
15 years ago
|
/*
|
||
|
* Copyright (C) 2003 Dominik Seichter <domseichter@web.de>
|
||
|
*/
|
||
|
|
||
|
#ifndef _PLUGIN_KBARCODEFILEPLUGIN_H_
|
||
|
#define _PLUGIN_KBARCODEFILEPLUGIN_H_
|
||
|
|
||
12 years ago
|
#include <tdefilemetainfo.h>
|
||
15 years ago
|
|
||
14 years ago
|
class TQStringList;
|
||
15 years ago
|
|
||
|
class KBarcodePlugin: public KFilePlugin
|
||
|
{
|
||
|
Q_OBJECT
|
||
13 years ago
|
|
||
15 years ago
|
|
||
|
public:
|
||
13 years ago
|
KBarcodePlugin( TQObject *parent, const char *name, const TQStringList& args );
|
||
15 years ago
|
|
||
|
virtual bool readInfo( KFileMetaInfo& info, uint );
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif // _PLUGIN_KBARCODEFILEPLUGIN_H_
|