diff options
Diffstat (limited to 'languages/cpp/KDevCppSupportIface.h')
-rw-r--r-- | languages/cpp/KDevCppSupportIface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/KDevCppSupportIface.h b/languages/cpp/KDevCppSupportIface.h index 3d9363ba..614e1bd6 100644 --- a/languages/cpp/KDevCppSupportIface.h +++ b/languages/cpp/KDevCppSupportIface.h @@ -9,7 +9,7 @@ class CppSupportPart; class KDevCppSupportIface : public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP public: |