summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/interfaces/interpreterinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/interfaces/interpreterinterface.h')
-rw-r--r--kdevdesigner/interfaces/interpreterinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/interfaces/interpreterinterface.h b/kdevdesigner/interfaces/interpreterinterface.h
index 8a64e6fc..ef94f184 100644
--- a/kdevdesigner/interfaces/interpreterinterface.h
+++ b/kdevdesigner/interfaces/interpreterinterface.h
@@ -51,7 +51,7 @@ class QObject;
struct InterpreterInterface : public QUnknownInterface
{
- virtual void setBreakPoints( QObject *obj, const QValueList<uint> &lst ) = 0;
+ virtual void setBreakPoints( TQObject *obj, const TQValueList<uint> &lst ) = 0;
};