diff options
Diffstat (limited to 'tdehtml/java/kjavaprocess.h')
-rw-r--r-- | tdehtml/java/kjavaprocess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/java/kjavaprocess.h b/tdehtml/java/kjavaprocess.h index 53b9542e7..4e00d4080 100644 --- a/tdehtml/java/kjavaprocess.h +++ b/tdehtml/java/kjavaprocess.h @@ -37,7 +37,7 @@ */ class KJavaProcessPrivate; -class KJavaProcess : public TDEProcess //QObject +class KJavaProcess : public TDEProcess //TQObject { TQ_OBJECT @@ -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 ); |