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 /parts/snippet/snippet_part.h | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'parts/snippet/snippet_part.h')
-rw-r--r-- | parts/snippet/snippet_part.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/snippet/snippet_part.h b/parts/snippet/snippet_part.h index 8ffd8fce..98a809cf 100644 --- a/parts/snippet/snippet_part.h +++ b/parts/snippet/snippet_part.h @@ -7,12 +7,12 @@ */ -#ifndef __KDEVPART_SNIPPET_H__ -#define __KDEVPART_SNIPPET_H__ +#ifndef __TDEVPART_SNIPPET_H__ +#define __TDEVPART_SNIPPET_H__ #include <tqguardedptr.h> -#include <kdevplugin.h> +#include <tdevplugin.h> class SnippetWidget; @@ -20,11 +20,11 @@ class TDEAboutData; class KDialogBase; /* -This is the KDevPlugin for the CodeSnippet feature +This is the TDevPlugin for the CodeSnippet feature For more info read the README.dox file @author Robert Gruber */ -class SnippetPart : public KDevPlugin +class SnippetPart : public TDevPlugin { Q_OBJECT |