diff options
Diffstat (limited to 'lib/widgets/processwidget.h')
-rw-r--r-- | lib/widgets/processwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/processwidget.h b/lib/widgets/processwidget.h index a8279477..d1c7676a 100644 --- a/lib/widgets/processwidget.h +++ b/lib/widgets/processwidget.h @@ -21,7 +21,7 @@ #define _PROCESSWIDGET_H_ #include <tdelistbox.h> -#include <kprocess.h> +#include <tdeprocess.h> /** @file processwidget.h @@ -57,7 +57,7 @@ private: */ class ProcessWidget : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: |