From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kio/tests/dummymeta.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 kio/tests/dummymeta.h (limited to 'kio/tests/dummymeta.h') 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 - -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 -- cgit v1.2.1