summaryrefslogtreecommitdiffstats
path: root/fileplugin/tdefile_kbarcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileplugin/tdefile_kbarcode.h')
-rw-r--r--fileplugin/tdefile_kbarcode.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/fileplugin/tdefile_kbarcode.h b/fileplugin/tdefile_kbarcode.h
new file mode 100644
index 0000000..ae0a64d
--- /dev/null
+++ b/fileplugin/tdefile_kbarcode.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2003 Dominik Seichter <domseichter@web.de>
+ */
+
+#ifndef _PLUGIN_KBARCODEFILEPLUGIN_H_
+#define _PLUGIN_KBARCODEFILEPLUGIN_H_
+
+#include <tdefilemetainfo.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_