diff options
Diffstat (limited to 'src/autotraceformats.cpp')
-rw-r--r-- | src/autotraceformats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autotraceformats.cpp b/src/autotraceformats.cpp index c394694..893002a 100644 --- a/src/autotraceformats.cpp +++ b/src/autotraceformats.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "autotraceformats.h" -AutotraceFormats::AutotraceFormats(TQObject *tqparent, const char *name): TQObject(tqparent, name), allOK(true) { +AutotraceFormats::AutotraceFormats(TQObject *parent, const char *name): TQObject(parent, name), allOK(true) { inputProcess=new TQProcess(this); outputProcess=new TQProcess(this); |