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/kdirwatchtest.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 kio/tests/kdirwatchtest.h (limited to 'kio/tests/kdirwatchtest.h') diff --git a/kio/tests/kdirwatchtest.h b/kio/tests/kdirwatchtest.h deleted file mode 100644 index 24dc94a91..000000000 --- a/kio/tests/kdirwatchtest.h +++ /dev/null @@ -1,33 +0,0 @@ - /* - This file is or will be part of KDE desktop environment - - Copyright 1998 Sven Radej - - It is licensed under GPL version 2. - - If it is part of KDE libraries than this file is licensed under - LGPL version 2. - */ - -#ifndef _KDIRWATCHTEST_H_ -#define _KDIRWATCHTEST_H_ - -#include -#include -#include - -#include "kdirwatch.h" -#include "kapplication.h" - -class myTest : public TQObject -{ - Q_OBJECT -public: - myTest() { }; -public slots: - void dirty(const TQString &a) { printf("Dirty: %s\n", a.ascii()); }; - void created(const TQString& f) { printf("Created: %s\n", f.ascii()); } - void deleted(const TQString& f) { printf("Deleted: %s\n", f.ascii()); } -}; - -#endif -- cgit v1.2.1