diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 | 
| commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
| tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /languages/lib/designer_integration/qtdesignerintegration.h | |
| parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
| download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip | |
Finish renaming tdevelop components
Diffstat (limited to 'languages/lib/designer_integration/qtdesignerintegration.h')
| -rw-r--r-- | languages/lib/designer_integration/qtdesignerintegration.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/languages/lib/designer_integration/qtdesignerintegration.h b/languages/lib/designer_integration/qtdesignerintegration.h index f76eecba..faafec58 100644 --- a/languages/lib/designer_integration/qtdesignerintegration.h +++ b/languages/lib/designer_integration/qtdesignerintegration.h @@ -23,24 +23,24 @@  #include <tqmap.h>  #include <codemodel.h> -#include "kdevdesignerintegration.h" +#include "tdevdesignerintegration.h" -class KDevLanguageSupport; +class TDevLanguageSupport;  class ImplementationWidget;  /**  TQt Designer integration base class. -Contains language-independent implementation part of a @ref KDevDesignerIntegration interface. +Contains language-independent implementation part of a @ref TDevDesignerIntegration interface.  Ready to use in KDevelop language support plugins.  Subclasses of this class should reimplement only pure virtual functions in the common case.  */ -class QtDesignerIntegration : public KDevDesignerIntegration +class QtDesignerIntegration : public TDevDesignerIntegration  {  Q_OBJECT  public: -    QtDesignerIntegration(KDevLanguageSupport *part, ImplementationWidget *impl, +    QtDesignerIntegration(TDevLanguageSupport *part, ImplementationWidget *impl,          bool classHasDefinitions, const char* name = 0);      virtual ~QtDesignerIntegration(); @@ -73,7 +73,7 @@ protected:      //Form file - derived class name       TQMap<TQString, ClassDom> m_implementations; -    KDevLanguageSupport *m_part; +    TDevLanguageSupport *m_part;      ImplementationWidget *m_impl;      bool m_classHasDefinitions;  }; | 
