diff options
Diffstat (limited to 'quanta/components/debugger/pathmapper.h')
-rw-r--r-- | quanta/components/debugger/pathmapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/pathmapper.h b/quanta/components/debugger/pathmapper.h index 92a761ac..b504ced9 100644 --- a/quanta/components/debugger/pathmapper.h +++ b/quanta/components/debugger/pathmapper.h @@ -31,7 +31,7 @@ class PathMapper : public TQObject TQ_OBJECT public: - PathMapper(TQObject *tqparent = 0, const char *name = 0); + PathMapper(TQObject *parent = 0, const char *name = 0); PathMapper(); virtual TQString mapLocalPathToServer(const TQString &localpath); virtual TQString mapServerPathToLocal(const TQString &serverpath); |