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/kmfitest.cpp | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 kio/tests/kmfitest.cpp (limited to 'kio/tests/kmfitest.cpp') diff --git a/kio/tests/kmfitest.cpp b/kio/tests/kmfitest.cpp deleted file mode 100644 index 40530184d..000000000 --- a/kio/tests/kmfitest.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -int main (int argc, char **argv) -{ - TDEInstance ins("kmfitest"); - - if (argc < 2) { - printf("usage: %s \n", argv[0]); - return 1; - } - - for (int i = 1; i < argc; i++) { - TQString file = TQFile::decodeName(argv[i]); - tqWarning("File: %s", file.local8Bit().data()); - KMimeType::Ptr p; - p = KMimeType::findByPath(file); - tqWarning("Mime type (findByPath): %s", p->name().latin1()); - KFileMetaInfo meta(file, TQString::null, KFileMetaInfo::TechnicalInfo | KFileMetaInfo::ContentInfo); - } - - return 0; -} -- cgit v1.2.1