summaryrefslogtreecommitdiffstats
path: root/kio/tests/dummymeta.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:16 -0600
commit5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch)
tree9b70e8be47a390f8f4d56ead812ab0c9dad88709 /kio/tests/dummymeta.h
parentc17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff)
downloadtdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz
tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kio/tests/dummymeta.h')
-rw-r--r--kio/tests/dummymeta.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/kio/tests/dummymeta.h b/kio/tests/dummymeta.h
deleted file mode 100644
index 053c48ecb..000000000
--- a/kio/tests/dummymeta.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef DUMMYMETA_H
-#define DUMMYMETA_H
-
-#include <kfilemetainfo.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