summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/plugins/languageinterfaceimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/plugins/languageinterfaceimpl.cpp')
-rw-r--r--kdevdesigner/plugins/languageinterfaceimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/plugins/languageinterfaceimpl.cpp b/kdevdesigner/plugins/languageinterfaceimpl.cpp
index 2e4f9f20..99fa5f2f 100644
--- a/kdevdesigner/plugins/languageinterfaceimpl.cpp
+++ b/kdevdesigner/plugins/languageinterfaceimpl.cpp
@@ -59,7 +59,7 @@ TQRESULT LanguageInterfaceImpl::queryInterface( const TQUuid &uuid, TQUnknownInt
return parent->queryInterface( uuid, iface );
*iface = 0;
- if ( uuid == IID_TQUnknown )
+ if ( uuid == IID_QUnknown )
*iface = (TQUnknownInterface*)this;
else if ( uuid == IID_Language )
*iface = (LanguageInterface*)this;