summaryrefslogtreecommitdiffstats
path: root/kjsembed/plugins/qprocess_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/plugins/qprocess_plugin.h')
-rw-r--r--kjsembed/plugins/qprocess_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kjsembed/plugins/qprocess_plugin.h b/kjsembed/plugins/qprocess_plugin.h
index fa1825ed..5993e0f9 100644
--- a/kjsembed/plugins/qprocess_plugin.h
+++ b/kjsembed/plugins/qprocess_plugin.h
@@ -1,5 +1,3 @@
-// -*- c++ -*-
-
/*
* Copyright (C) 2003, Ian Reinhart Geiser <geiseri@kde.org>
*
@@ -41,7 +39,7 @@ public:
class ProcessImp : public TQProcess {
-Q_OBJECT
+TQ_OBJECT
/** Identifiers for the methods provided by this class. */
enum Communication { Stdin = 0x01, Stdout = 0x02, Stderr = 0x04, DupStderr = 0x08 };