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/speed.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 kio/tests/speed.h (limited to 'kio/tests/speed.h') diff --git a/kio/tests/speed.h b/kio/tests/speed.h deleted file mode 100644 index 5b928a18e..000000000 --- a/kio/tests/speed.h +++ /dev/null @@ -1,24 +0,0 @@ -// -*- c++ -*- -#ifndef _SPEED_H -#define _SPEED_H - -#include -#include - -namespace TDEIO { - class Job; -} - -class SpeedTest : public TQObject { - Q_OBJECT - -public: - SpeedTest(const KURL & url); - -private slots: - void entries( TDEIO::Job *, const TDEIO::UDSEntryList& ); - void finished( TDEIO::Job *job ); - -}; - -#endif -- cgit v1.2.1