diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:29 -0600 |
commit | 8cc395707c71d7969386b4e365ef827ce2492c74 (patch) | |
tree | 9daf8a17cafc4367f4f3b2a8bd19b268d01054f2 /fileplugin/tdefile_kbarcode.h | |
parent | c61c58c16694ef68be23922b39d1b6b40cda2b0c (diff) | |
download | kbarcode-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.h | 24 |
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_ |