summaryrefslogtreecommitdiffstats
path: root/libtdepim/collectingprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/collectingprocess.h')
-rw-r--r--libtdepim/collectingprocess.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h
index 962fe15d..9a1b81bd 100644
--- a/libtdepim/collectingprocess.h
+++ b/libtdepim/collectingprocess.h
@@ -1,4 +1,4 @@
-/* -*- mode: C++ -*-
+/*
collectingprocess.h
This file is part of libtdepim.
@@ -33,8 +33,8 @@
#ifndef __KPIM_COLLECTINGPROCESS_H__
#define __KPIM_COLLECTINGPROCESS_H__
-#include <kprocess.h>
-#include <tdepimmacros.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 );