summaryrefslogtreecommitdiffstats
path: root/languages/lib/designer_integration/implementationwidget.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /languages/lib/designer_integration/implementationwidget.h
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
Diffstat (limited to 'languages/lib/designer_integration/implementationwidget.h')
-rw-r--r--languages/lib/designer_integration/implementationwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h
index 3dd53763..c74947be 100644
--- a/languages/lib/designer_integration/implementationwidget.h
+++ b/languages/lib/designer_integration/implementationwidget.h
@@ -26,7 +26,7 @@
#include <codemodel.h>
class TDEListViewItem;
-class KDevLanguageSupport;
+class TDevLanguageSupport;
/**
Base class for implementation creation widgets.
@@ -42,7 +42,7 @@ class ImplementationWidget : public CreateImplemenationWidgetBase
Q_OBJECT
public:
- ImplementationWidget(KDevLanguageSupport *part, TQWidget* parent = 0, const char* name = 0, bool modal = false);
+ ImplementationWidget(TDevLanguageSupport *part, TQWidget* parent = 0, const char* name = 0, bool modal = false);
virtual ~ImplementationWidget();
/*$PUBLIC_FUNCTIONS$*/
@@ -77,7 +77,7 @@ protected slots:
virtual void accept();
protected:
- KDevLanguageSupport *m_part;
+ TDevLanguageSupport *m_part;
ClassDom m_selectedClass;
TQString m_formName;
TQString m_baseClassName;