summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/dummymeta.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tests/dummymeta.h')
-rw-r--r--tdeio/tests/dummymeta.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/tdeio/tests/dummymeta.h b/tdeio/tests/dummymeta.h
new file mode 100644
index 000000000..4cefcc01d
--- /dev/null
+++ b/tdeio/tests/dummymeta.h
@@ -0,0 +1,20 @@
+#ifndef DUMMYMETA_H
+#define DUMMYMETA_H
+
+#include <tdefilemetainfo.h>
+
+class KFileMetaInfo;
+
+class DummyMeta : public KFilePlugin
+{
+ Q_OBJECT
+
+public:
+ DummyMeta( TQObject *parent, const char *name, const TQStringList &args );
+ ~DummyMeta() {}
+
+ virtual bool readInfo( KFileMetaInfo::Internal& info );
+
+};
+
+#endif