diff options
Diffstat (limited to 'quanta/components/debugger/pathmapper.cpp')
-rw-r--r-- | quanta/components/debugger/pathmapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/debugger/pathmapper.cpp b/quanta/components/debugger/pathmapper.cpp index 41d5053e..96e4f628 100644 --- a/quanta/components/debugger/pathmapper.cpp +++ b/quanta/components/debugger/pathmapper.cpp @@ -27,8 +27,8 @@ #include <qextfileinfo.h> #include <tqdom.h> -PathMapper::PathMapper(TQObject *tqparent, const char *name) - : TQObject(tqparent, name) +PathMapper::PathMapper(TQObject *parent, const char *name) + : TQObject(parent, name) { } |