summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/rfc822
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/rfc822')
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.cpp6
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.h2
2 files changed, 2 insertions, 6 deletions
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.cpp b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
index f1b4d6ff..68ff16fa 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.cpp
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
@@ -20,7 +20,7 @@
#include <config.h>
#include "tdefile_rfc822.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>
@@ -32,11 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
-#if !defined(__osf__)
#include <inttypes.h>
-#else
-typedef unsigned short uint32_t;
-#endif
typedef KGenericFactory<KRfc822Plugin> Rfc822Factory;
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.h b/tdefile-plugins/rfc822/tdefile_rfc822.h
index c8f3f2f8..cf33ade9 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.h
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.h
@@ -26,7 +26,7 @@ class TQStringList;
class KRfc822Plugin: public KFilePlugin
{
- Q_OBJECT
+ TQ_OBJECT
public: