summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/pathmapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/pathmapper.h')
-rw-r--r--quanta/components/debugger/pathmapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quanta/components/debugger/pathmapper.h b/quanta/components/debugger/pathmapper.h
index fd48e3ab..92a761ac 100644
--- a/quanta/components/debugger/pathmapper.h
+++ b/quanta/components/debugger/pathmapper.h
@@ -25,12 +25,13 @@
class KURL;
-class PathMapper : public QObject
+class PathMapper : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- PathMapper(TQObject *parent = 0, const char *name = 0);
+ PathMapper(TQObject *tqparent = 0, const char *name = 0);
PathMapper();
virtual TQString mapLocalPathToServer(const TQString &localpath);
virtual TQString mapServerPathToLocal(const TQString &serverpath);