summaryrefslogtreecommitdiffstats
path: root/fileplugin/tdefile_kbarcode.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:29 -0600
commit8cc395707c71d7969386b4e365ef827ce2492c74 (patch)
tree9daf8a17cafc4367f4f3b2a8bd19b268d01054f2 /fileplugin/tdefile_kbarcode.h
parentc61c58c16694ef68be23922b39d1b6b40cda2b0c (diff)
downloadkbarcode-8cc395707c71d7969386b4e365ef827ce2492c74.tar.gz
kbarcode-8cc395707c71d7969386b4e365ef827ce2492c74.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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_