summaryrefslogtreecommitdiffstats
path: root/tdehtml/java/kjavaprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/java/kjavaprocess.h')
-rw-r--r--tdehtml/java/kjavaprocess.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdehtml/java/kjavaprocess.h b/tdehtml/java/kjavaprocess.h
index a479b8128..e035c0bec 100644
--- a/tdehtml/java/kjavaprocess.h
+++ b/tdehtml/java/kjavaprocess.h
@@ -22,7 +22,7 @@
#ifndef KJAVAPROCESS_H
#define KJAVAPROCESS_H
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqcstring.h>
/**
@@ -37,9 +37,9 @@
*/
class KJavaProcessPrivate;
-class KJavaProcess : public TDEProcess //QObject
+class KJavaProcess : public TDEProcess //TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
/**
@@ -110,7 +110,7 @@ public:
/**
* Sends a command to the KJAS Applet Server by building a QByteArray
- * out of the data, and then writes it standard out. It adds each QString
+ * out of the data, and then writes it standard out. It adds each TQString
* in the arg list, and then adds the data array.
*/
void send( char cmd_code, const TQStringList& args, const TQByteArray& data );