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/diff/diffpart.h | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'parts/diff/diffpart.h')
-rw-r--r-- | parts/diff/diffpart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/diff/diffpart.h b/parts/diff/diffpart.h index 6fe89efe..984c2c06 100644 --- a/parts/diff/diffpart.h +++ b/parts/diff/diffpart.h @@ -15,8 +15,8 @@ #include <tqguardedptr.h> #include <tqcstring.h> -#include "kdevplugin.h" -#include "kdevdifffrontend.h" +#include "tdevplugin.h" +#include "tdevdifffrontend.h" class TQPopupMenu; class Context; @@ -24,7 +24,7 @@ class TDEProcess; class DiffWidget; class TQCString; -class DiffPart : public KDevDiffFrontend +class DiffPart : public TDevDiffFrontend { Q_OBJECT |