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/distpart/distpart_part.h | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'parts/distpart/distpart_part.h')
-rw-r--r-- | parts/distpart/distpart_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/distpart/distpart_part.h b/parts/distpart/distpart_part.h index aa019c4d..d1d05a24 100644 --- a/parts/distpart/distpart_part.h +++ b/parts/distpart/distpart_part.h @@ -19,12 +19,12 @@ ***************************************************************************/ -#ifndef __KDEVPART_DISTPART_H__ -#define __KDEVPART_DISTPART_H__ +#ifndef __TDEVPART_DISTPART_H__ +#define __TDEVPART_DISTPART_H__ #include <tqguardedptr.h> -#include <kdevplugin.h> +#include <tdevplugin.h> #include <tdeaction.h> #include "packagebase.h" @@ -32,7 +32,7 @@ class DistpartDialog; class KDialogBase; -class DistpartPart : public KDevPlugin { +class DistpartPart : public TDevPlugin { Q_OBJECT |