summaryrefslogtreecommitdiffstats
path: root/libtdepim/collectingprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/collectingprocess.h')
-rw-r--r--libtdepim/collectingprocess.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h
index 5aad3f07..9a1b81bd 100644
--- a/libtdepim/collectingprocess.h
+++ b/libtdepim/collectingprocess.h
@@ -33,8 +33,8 @@
#ifndef __KPIM_COLLECTINGPROCESS_H__
#define __KPIM_COLLECTINGPROCESS_H__
-#include <kprocess.h>
-#include <kdemacros.h>
+#include <tdeprocess.h>
+#include <tdemacros.h>
namespace KPIM {
@@ -46,8 +46,8 @@ namespace KPIM {
*
* @author Ingo Kloecker <kloecker@kde.org>
*/
-class KDE_EXPORT CollectingProcess : public TDEProcess {
- Q_OBJECT
+class TDE_EXPORT CollectingProcess : public TDEProcess {
+ TQ_OBJECT
public:
CollectingProcess( TQObject * parent = 0, const char * name = 0 );