summaryrefslogtreecommitdiffstats
path: root/lib/util/execcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/execcommand.h')
-rw-r--r--lib/util/execcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h
index 5be67682..ca403cfc 100644
--- a/lib/util/execcommand.h
+++ b/lib/util/execcommand.h
@@ -49,7 +49,7 @@ class ExecCommand : public TQObject
public:
ExecCommand( const TQString& executable, const TQStringList& args,
const TQString& workingDir = TQString(),
- const TQStringList& env = TQStringList(), TQObject* tqparent = 0, const char* name = 0 );
+ const TQStringList& env = TQStringList(), TQObject* parent = 0, const char* name = 0 );
~ExecCommand();
signals: