summaryrefslogtreecommitdiffstats
path: root/kommander/widget/myprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widget/myprocess.h')
-rw-r--r--kommander/widget/myprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widget/myprocess.h b/kommander/widget/myprocess.h
index 039db894..cda9c92d 100644
--- a/kommander/widget/myprocess.h
+++ b/kommander/widget/myprocess.h
@@ -17,7 +17,7 @@
#define _HAVE_MYPROCESS_H_
/* KDE INCLUDES */
-#include <kprocess.h>
+#include <tdeprocess.h>
/* QT INCLUDES */
#include <tqstring.h>
@@ -28,7 +28,7 @@ class KommanderWidget;
class KOMMANDER_EXPORT MyProcess : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyProcess(const KommanderWidget *);