diff options
Diffstat (limited to 'buildtools/custommakefiles/customprojectpart.h')
-rw-r--r-- | buildtools/custommakefiles/customprojectpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index 67223e92..db46d576 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -20,7 +20,7 @@ #include <tqdatetime.h> #include <tqvaluestack.h> -#include <kdevbuildtool.h> +#include <tdevbuildtool.h> class TQListViewItem; class TQPopupMenu; @@ -30,7 +30,7 @@ class CustomProjectWidget; class Context; class TDESelectAction; -class CustomProjectPart : public KDevBuildTool +class CustomProjectPart : public TDevBuildTool { Q_OBJECT |