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 39ed4a43..cbf8b4f9 100644 --- a/languages/cpp/KDevCppSupportIface.h +++ b/languages/cpp/KDevCppSupportIface.h @@ -10,7 +10,7 @@ class CppSupportPart; class KDevCppSupportIface : public TQObject, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: KDevCppSupportIface( CppSupportPart* cppSupport ); |