#ifndef TDEVCPPSUPPORTIFACE_H #define TDEVCPPSUPPORTIFACE_H #include #include class CppSupportPart; class TDevCppSupportIface : public TQObject, public DCOPObject { Q_OBJECT // K_DCOP public: TDevCppSupportIface( CppSupportPart* cppSupport ); ~TDevCppSupportIface(); k_dcop: void addClass(); void parseProject(); private: CppSupportPart* m_cppSupport; }; #endif // kate: indent-mode csands; tab-width 4;