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/kdcopcheck.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 kio/tests/kdcopcheck.h (limited to 'kio/tests/kdcopcheck.h') diff --git a/kio/tests/kdcopcheck.h b/kio/tests/kdcopcheck.h deleted file mode 100644 index 593dbba1e..000000000 --- a/kio/tests/kdcopcheck.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef _BLA_H_ -#define _BLA_H_ - -#include -#include -#include - -class TestService : public TQObject -{ - Q_OBJECT -public: - TestService(const TQString &exec); - - int exec(); - -public slots: - void newApp(const TQCString &appId); - void endApp(const TQCString &appId); - void appExit(); - void stop(); - -protected: - int result; - TQString m_exec; - TDEProcess proc; -}; - -#endif -- cgit v1.2.1