summaryrefslogtreecommitdiffstats
path: root/libtdepim/collectingprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/collectingprocess.h')
-rw-r--r--libtdepim/collectingprocess.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h
index 106b5974..5de4960c 100644
--- a/libtdepim/collectingprocess.h
+++ b/libtdepim/collectingprocess.h
@@ -34,7 +34,7 @@
#define __KPIM_COLLECTINGPROCESS_H__
#include <kprocess.h>
-#include <tdepimmacros.h>
+#include <kdemacros.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 );