diff options
Diffstat (limited to 'tdeio/tests/kdcopcheck.h')
| -rw-r--r-- | tdeio/tests/kdcopcheck.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/kdcopcheck.h b/tdeio/tests/kdcopcheck.h index 593dbba1e..a5ea1d979 100644 --- a/tdeio/tests/kdcopcheck.h +++ b/tdeio/tests/kdcopcheck.h @@ -1,13 +1,13 @@ #ifndef _BLA_H_ #define _BLA_H_ -#include <kprocess.h> +#include <tdeprocess.h> #include <tqstring.h> #include <tqobject.h> class TestService : public TQObject { - Q_OBJECT + TQ_OBJECT public: TestService(const TQString &exec); |
