summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/interfaces/interpreterinterface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:56:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:56:07 +0000
commitd6f8bbb45b267065a6907e71ff9c98bb6d161241 (patch)
treed109539636691d7b03036ca1c0ed29dbae6577cf /kdevdesigner/interfaces/interpreterinterface.h
parent3331a47a9cad24795c7440ee8107143ce444ef34 (diff)
downloadtdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.tar.gz
tdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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;
};