summaryrefslogtreecommitdiffstats
path: root/languages/cpp/cppsupportpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/cppsupportpart.h')
-rw-r--r--languages/cpp/cppsupportpart.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/languages/cpp/cppsupportpart.h b/languages/cpp/cppsupportpart.h
index 7de698c0..ec00cd9c 100644
--- a/languages/cpp/cppsupportpart.h
+++ b/languages/cpp/cppsupportpart.h
@@ -18,8 +18,8 @@
#ifndef _CPPSUPPORTPART_H_
#define _CPPSUPPORTPART_H_
-#include <kdevcore.h>
-#include <kdevlanguagesupport.h>
+#include <tdevcore.h>
+#include <tdevlanguagesupport.h>
#include <tqthread.h>
#include <tqmutex.h>
@@ -153,7 +153,7 @@ private:
SetType m_fileSet;
};
-class CppSupportPart : public KDevLanguageSupport
+class CppSupportPart : public TDevLanguageSupport
{
Q_OBJECT
@@ -243,7 +243,7 @@ public:
//uses the old simple algorithm to find the header
TQString findHeaderSimple( const TQString &header );
- virtual KDevDesignerIntegration *designer( KInterfaceDesigner::DesignerType type );
+ virtual TDevDesignerIntegration *designer( KInterfaceDesigner::DesignerType type );
void setTyping( bool typing );
@@ -284,7 +284,7 @@ signals:
void synchronousParseReady( const TQString& file, ParsedFilePointer unit );
protected:
- virtual KDevLanguageSupport::Features features();
+ virtual TDevLanguageSupport::Features features();
virtual KMimeType::List mimeTypes();
virtual TQString formatClassName( const TQString &name );
virtual TQString unformatClassName( const TQString &name );
@@ -435,7 +435,7 @@ private:
KTextEditor::ViewCursorInterface* m_activeViewCursor;
TQString m_activeFileName;
- TQMap<KInterfaceDesigner::DesignerType, KDevDesignerIntegration*> m_designers;
+ TQMap<KInterfaceDesigner::DesignerType, TDevDesignerIntegration*> m_designers;
TQWaitCondition m_eventConsumed;
bool m_projectClosed;
@@ -623,7 +623,7 @@ private:
static TQStringList m_sourceExtensions;
static TQStringList m_headerExtensions;
- friend class KDevCppSupportIface;
+ friend class TDevCppSupportIface;
friend class CppDriver;
// we need something to plug actions that are not in any menu