diff options
author | Darrell Anderson <[email protected]> | 2014-03-02 20:05:33 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-03-02 20:05:33 +0100 |
commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /languages/ruby/rubysupport_part.h | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'languages/ruby/rubysupport_part.h')
-rw-r--r-- | languages/ruby/rubysupport_part.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/languages/ruby/rubysupport_part.h b/languages/ruby/rubysupport_part.h index 024eae60..c0bfc36e 100644 --- a/languages/ruby/rubysupport_part.h +++ b/languages/ruby/rubysupport_part.h @@ -3,19 +3,19 @@ */ -#ifndef __KDEVPART_RUBYSUPPORT_H__ -#define __KDEVPART_RUBYSUPPORT_H__ +#ifndef __TDEVPART_RUBYSUPPORT_H__ +#define __TDEVPART_RUBYSUPPORT_H__ #include <tqguardedptr.h> -#include "kdevlanguagesupport.h" +#include "tdevlanguagesupport.h" class KDialogBase; class TQPopupMenu; class Context; -class KDevShellWidget; +class TDevShellWidget; -class RubySupportPart : public KDevLanguageSupport +class RubySupportPart : public TDevLanguageSupport { Q_OBJECT @@ -25,7 +25,7 @@ public: RubySupportPart(TQObject *parent, const char *name, const TQStringList &); virtual ~RubySupportPart(); - virtual KDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type); + virtual TDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type); protected: virtual Features features(); @@ -63,12 +63,12 @@ private: void maybeParse(const TQString fileName); void parse(const TQString &fileName); - TQMap<KInterfaceDesigner::DesignerType, KDevDesignerIntegration*> m_designers; + TQMap<KInterfaceDesigner::DesignerType, TDevDesignerIntegration*> m_designers; TQString m_contextFileName; TQCString m_shell; - TQGuardedPtr<KDevShellWidget> m_shellWidget; + TQGuardedPtr<TDevShellWidget> m_shellWidget; }; |