summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/kdevapi.h')
-rw-r--r--lib/interfaces/kdevapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/interfaces/kdevapi.h b/lib/interfaces/kdevapi.h
index a933811e..36fc3605 100644
--- a/lib/interfaces/kdevapi.h
+++ b/lib/interfaces/kdevapi.h
@@ -44,9 +44,10 @@ The interface to KDevelop's core components.
Needs to be implemented in a shell. Developers do not need to use this
class because @ref KDevPlugin already provides API convenience methods.
*/
-class KDevApi: public QObject
+class KDevApi: public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor.*/
KDevApi();