From 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 20:05:33 +0100 Subject: Finish renaming tdevelop components --- languages/cpp/TDevCppSupportIface.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 languages/cpp/TDevCppSupportIface.h (limited to 'languages/cpp/TDevCppSupportIface.h') diff --git a/languages/cpp/TDevCppSupportIface.h b/languages/cpp/TDevCppSupportIface.h new file mode 100644 index 00000000..c94509ba --- /dev/null +++ b/languages/cpp/TDevCppSupportIface.h @@ -0,0 +1,28 @@ + +#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; -- cgit v1.2.3