diff options
Diffstat (limited to 'languages/cpp/TDevCppSupportIface.h')
-rw-r--r-- | languages/cpp/TDevCppSupportIface.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/languages/cpp/TDevCppSupportIface.h b/languages/cpp/TDevCppSupportIface.h deleted file mode 100644 index c94509ba..00000000 --- a/languages/cpp/TDevCppSupportIface.h +++ /dev/null @@ -1,28 +0,0 @@ - -#ifndef TDEVCPPSUPPORTIFACE_H -#define TDEVCPPSUPPORTIFACE_H - -#include <tqobject.h> -#include <dcopobject.h> - -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; |