diff options
Diffstat (limited to 'kalarm/lib/shellprocess.h')
-rw-r--r-- | kalarm/lib/shellprocess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/lib/shellprocess.h b/kalarm/lib/shellprocess.h index 3b198028..95189e70 100644 --- a/kalarm/lib/shellprocess.h +++ b/kalarm/lib/shellprocess.h @@ -23,7 +23,7 @@ /** @file shellprocess.h - execute a process through the shell */ -#include <kprocess.h> +#include <tdeprocess.h> /** @@ -49,7 +49,7 @@ */ class ShellProcess : public KShellProcess { - Q_OBJECT + TQ_OBJECT public: /** Current status of the shell process. |